
Json is a text file format similar to xml, but less verbose. it has been called "xml lite".
json spirit is a c++ library that reads and writes json files or streams. it is written using the boost spirit parser generator. if you are already using boost, you can use json spirit without any additional dependencies.
key features:
* supports ascii or unicode
* std::vector or std::map implementations for json objects
* object library or header file only use