summaryrefslogtreecommitdiff
path: root/development/guile-json/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2015-12-09 00:03:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-09 00:03:00 +0700
commit7f3f30ec8e558011b74ba791816f67defb5a93a8 (patch)
treeea32586428640b62670b3638d44c1841b6c8cc36 /development/guile-json/README
parent1b2b8346aa0c20410bc84c463dd11c4c23ccf883 (diff)
downloadslackbuilds-7f3f30ec8e558011b74ba791816f67defb5a93a8.tar.gz
development/guile-json: Added (JSON module for Guile).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/guile-json/README')
-rw-r--r--development/guile-json/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/guile-json/README b/development/guile-json/README
new file mode 100644
index 0000000000..a0d2a77bbf
--- /dev/null
+++ b/development/guile-json/README
@@ -0,0 +1,11 @@
+Guile-json is a JSON module for Guile. It supports parsing and
+building JSON documents according to the http://json.org
+specification. These are the main features:
+
+- Strictly complies to http://json.org specification.
+
+- Build JSON documents programmatically via macros.
+
+- Basic unicode support for strings.
+
+- Allows JSON pretty printing.