summaryrefslogtreecommitdiffstats
path: root/development/guile-json/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/guile-json/README')
-rw-r--r--development/guile-json/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/development/guile-json/README b/development/guile-json/README
deleted file mode 100644
index a0d2a77bbf..0000000000
--- a/development/guile-json/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.