libjsoncpp-dev

Library for reading and writing json for c++ (devel files)
  https://github.com/open-source-parsers/jsoncpp
  0
  no reviews



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.