From d4b4dc9623f25bb3a0f2b2ef9058d8b1ed739816 Mon Sep 17 00:00:00 2001 From: pomfland Date: Wed, 14 Sep 2016 19:03:30 +0700 Subject: system/jshon: Added (a fast JSON parser). Signed-off-by: Willy Sudiarto Raharjo --- system/jshon/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 system/jshon/README (limited to 'system/jshon/README') diff --git a/system/jshon/README b/system/jshon/README new file mode 100644 index 0000000000..3c16201107 --- /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. -- cgit v1.2.3