diff options
author | Mário Antunes <mariolpantunes@gmail.com> | 2013-01-08 18:27:31 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:28 -0500 |
commit | 9e83695b2169f261bc38d02fabb483f2aa14d7c6 (patch) | |
tree | 6673970f7b2af28c20e37aed61f20716f39740eb /development/JSONObject/README | |
parent | f06ae6bcb6ca0cb0a445247a71faf48cc839651f (diff) |
development/JSONObject: Added (JSON C++ library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/JSONObject/README')
-rw-r--r-- | development/JSONObject/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/JSONObject/README b/development/JSONObject/README new file mode 100644 index 000000000000..9f334b2140a1 --- /dev/null +++ b/development/JSONObject/README @@ -0,0 +1,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. |