From cc90a14db8d66fb4303fcb31132cd15a9bd22963 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 21 Nov 2014 21:42:56 -0600 Subject: [PATCH] JsonCpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d9ff6c..51a7abc 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [jbson](https://github.com/chrismanning/jbson) - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost] * [JeayeSON](https://github.com/jeaye/jeayeson) - A very sane (header only) C++ JSON library. [BSD] * [JSON++](https://github.com/hjiang/jsonxx) - A JSON parser in C++. [MIT] +* [JsonCpp](https://github.com/open-source-parsers/jsoncpp) - A C++ library for interacting with JSON. [MIT] * [json-parser](https://github.com/udp/json-parser) - Very low footprint JSON parser written in portable ANSI C. [BSD] * [json11](https://github.com/dropbox/json11) - A tiny JSON library for C++11. [MIT] * [jute](https://github.com/amir-s/jute) - Very simple C++ JSON Parser. [PublicDomain]