diff options
author | crocket <crockabiscuit@gmail.com> | 2011-10-23 12:56:00 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 22:02:24 -0200 |
commit | 11c0915bd685f853331fc4c347c026acb0c32c61 (patch) | |
tree | 39fd6b29da8f249021c9bc5f3d03fbc40f203e03 /libraries/json-c/README | |
parent | 4514149cd93a0dbd54258ea090bf04831a700c33 (diff) | |
download | slackbuilds-11c0915bd685f853331fc4c347c026acb0c32c61.tar.gz |
libraries/json-c: Added (JSON library in C)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/json-c/README')
-rw-r--r-- | libraries/json-c/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/json-c/README b/libraries/json-c/README new file mode 100644 index 0000000000..b855ab1f9e --- /dev/null +++ b/libraries/json-c/README @@ -0,0 +1,2 @@ +json-c implements a reference counting object model that allows you +to easily construct JSON objects in C. |