diff options
author | pomfland <pomfland@tfwno.gf> | 2016-09-14 19:03:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:03:30 +0700 |
commit | d4b4dc9623f25bb3a0f2b2ef9058d8b1ed739816 (patch) | |
tree | c0f36ce89a53e6fc0dbc9903e7f641a993b017e8 /system/jshon/README | |
parent | 7df3fb7f3242bfb96da9b7912ccf928251443252 (diff) |
system/jshon: Added (a fast JSON parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jshon/README')
-rw-r--r-- | system/jshon/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/jshon/README b/system/jshon/README new file mode 100644 index 0000000000000..3c16201107b15 --- /dev/null +++ b/system/jshon/README @@ -0,0 +1,2 @@ +jshon parses, reads and creates JSON. It is designed to be as usable +as possible from within the shell. |