summaryrefslogtreecommitdiffstats
path: root/libraries/yajl/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/yajl/README')
-rw-r--r--libraries/yajl/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/yajl/README b/libraries/yajl/README
new file mode 100644
index 0000000000..a01623949c
--- /dev/null
+++ b/libraries/yajl/README
@@ -0,0 +1,3 @@
+Yet Another JSON Library. YAJL is a small event-driven (SAX-style)
+JSON parser written in ANSI C, and a small validating JSON generator.
+YAJL is released under the BSD license.