From 5c245df2e520092e654433bc7071a7775024be73 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 2 Jun 2023 16:55:54 -0300 Subject: [PATCH] zig-json5 https://github.com/nrdmn/awesome-zig/pull/44 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 816e401..6cfce33 100644 --- a/readme.md +++ b/readme.md @@ -233,6 +233,7 @@ A general-purpose programming language and toolchain for maintaining robust, opt ## Parser * [darithorn/zig-toml](https://github.com/darithorn/zig-toml) - A TOML parser. +* [Himujjal/zig-json5](https://github.com/Himujjal/zig-json5) - JSON5 parser resembling the `std.json` APIs. * [chwayne/rem](https://github.com/chwayne/rem) - An HTML parsing library. * [goto-bus-stop/ziguid](https://github.com/goto-bus-stop/ziguid) - GUID parsing/stringifying. * [Hejsil/zig-clap](https://github.com/Hejsil/zig-clap) - Simple command line argument parsing library.