
This package provides all required developer resources like header-files and statically linked version of the library.
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.