slackbuilds/development/JSONObject
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
JSONObject.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
JSONObject.info development/JSONObject: Patched SlackBuild. 2016-01-17 09:40:16 +07:00
README development/JSONObject: Removed UTF-8 BOM. 2013-02-16 19:36:33 -06:00
incl-iostream.patch development/JSONObject: Patched SlackBuild. 2016-01-17 09:40:16 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.