libjsoncpp0

Library for reading and writing json for c++
  http://jsoncpp.sourceforge.net/
  0
  no reviews



Jsoncpp is an implementation of a json reader and writer in c++. json (javascript object notation) is a lightweight data-interchange format that it is easy to parse and redeable for human. it is useful for building config files, network communications protocols, etc.

this library provides following features:

* high-level data structures for collecting data from json. * easy-to-use reader and writer.