From 2c047c7a2713d45f119f4724844ef25108aca067 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Thu, 5 May 2016 14:53:42 -0700 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index ab64b7e..2d74fc1 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -19,7 +19,12 @@ Exceptions will be allowed for good reasons. See discussion after the list. -## Library listing +### JSON Parsing + +There are a lot of JSON parsers listed here. For some analysis and performance +results, check out https://github.com/miloyip/nativejson-benchmark + +### Library listing **Public domain single-file libraries usable from C and C++ are in bold.** Other libraries are either non-public domain, or two files, or not usable from both C and C++, or -- GitLab