From 385927fb4b8a06d72402fb3971acea1d67142ec4 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Thu, 15 Oct 2015 17:59:40 -0700 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other_libs.md b/docs/other_libs.md index 10325a1..0e0433b 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -31,6 +31,7 @@ Not public domain: - **multithreading** [mts](https://github.com/vurtun/mts): cross-platform multithreaded task scheduler (zlib license) - **parsing** [SLRE](https://github.com/cesanta/slre): regular expression matcher (GPL v2) - **parsing** [PicoJSON](https://github.com/kazuho/picojson): JSON parse/serializer for C++ (BSD license) +- _**parsing** [zange](https://github.com/vurtun/zange): JSON parser (MIT license)_ - **tests** [utest](https://github.com/evolutional/utest): unit testing (MIT license) - **tests** [catch](https://github.com/philsquared/Catch): unit testing (Boost license) - **tests** [SPUT](http://www.lingua-systems.com/unit-testing/): unit testing (BSD license)