diff options
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. |