diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-11-12 19:44:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:21 +0700 |
commit | 8c0911535e5d486586e869ee26c96069db94082d (patch) | |
tree | 4ee43bc39004f95a41093ca4e310cee70c744f6e /libraries/json-parser/README | |
parent | 9253cb1573fe64460d7cfe969b151f4c0c25a0d6 (diff) | |
download | slackbuilds-8c0911535e5d486586e869ee26c96069db94082d.tar.gz |
libraries/json-parser: Added (very low footprint JSON parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/json-parser/README')
-rw-r--r-- | libraries/json-parser/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/json-parser/README b/libraries/json-parser/README new file mode 100644 index 0000000000..51a6ca847a --- /dev/null +++ b/libraries/json-parser/README @@ -0,0 +1 @@ +json-parser - Very low footprint JSON parser written in portable ANSI C |