summaryrefslogtreecommitdiff
path: root/textproc/pdjson/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pdjson/pkg-descr')
-rw-r--r--textproc/pdjson/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/pdjson/pkg-descr b/textproc/pdjson/pkg-descr
new file mode 100644
index 000000000000..9443bb133061
--- /dev/null
+++ b/textproc/pdjson/pkg-descr
@@ -0,0 +1,5 @@
+A public domain JSON parser focused on correctness, ANSI C99
+compliance, full Unicode (UTF-8) support, minimal memory footprint,
+and a simple API. As a streaming API, arbitrary large JSON could
+be processed with a small amount of memory (the size of the largest
+string in the JSON).