From 269b72b2c9b1f12bd5c505cd249ec19f93a69208 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 17 Jul 2014 20:38:56 +0900 Subject: [PATCH] Add picojson --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b51d86..f139192 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support. * [gettext](http://www.gnu.org/software/gettext/) - GNU `gettext'. +## JSON + +* [picojson](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++. + ## Machine Learning * [OpenCV](http://opencv.org/) - Computer Vision.