Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A string library that includes a JSON parser
- X-seq: zsh-users 24454
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: A string library that includes a JSON parser
- Date: Thu, 21 Nov 2019 04:22:58 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=BEM18BCABESLU8xh0k2GQl9V8GrfpCdoqQU8uaRYeik=; b=GA0t/Gf+B8z/3syBuL0BrIdBexq7H8hi/86p4O4WLSMF3dIOEQxLl0OKHwpGUdZRW2 eMzjIRBCmUvFRDwCMleqQ2n6Z38KnJ4xhOSQkKHHjVSjDGiBzUIGjmo6qo1hJ6LpUjge mVQz3tGPEomcvDHcycPQIJXjrTyCg6xW+Kstt4E15JK0Hg7yAgwZ60ascae/USFhSF2B 1yBd9yoSo06qFFpZkqJnIc9y0fKrmApuk3CjqD6dK8RMjX2yD+pk4xYgKWnbg3JiNXRe M71cI1g1c6u01zAW2XhpqIkMFgzX79vq6R9apegQq+z3c9NV+TEWCabnv+XBW+4VzqHe EiOw==
- In-reply-to: <CAKc7PVCA5mDjBOtsuTEq0wXQTwK+_Cz4XJ9ju4ZP4TuO4Yw2FA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCA5mDjBOtsuTEq0wXQTwK+_Cz4XJ9ju4ZP4TuO4Yw2FA@mail.gmail.com>
On Sun, 17 Nov 2019 at 09:35, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello
> I've written a quite capable JSON parser in pure Zsh and thought that
> I'll make a string library and throw in a few other functions that I
> have handy. It can be found at:
> https://github.com/zdharma/zsh-string-lib.
The string library includes new functions:
- ini parser,
- Toml parser,
- two functions for non-greedy matching of patterns once posted to this list.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author