summaryrefslogtreecommitdiffstats
path: root/development/JSONObject/README
blob: 9f334b2140a164c712923567853f93e065fd1a49 (plain)
1
2
3
4
5
6
7
JSON wrapper for boost property tree. Easy to use JSON library
based on the API of the Java JSON.org one
(http://www.json.org/java/index.html).

The main focus of the library is to be easy to use and use the
less amount of dependencies possible. This library only requires
boost property tree, boost reges and boost thread to be used.