summaryrefslogtreecommitdiff
path: root/textproc/json-glib/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/json-glib/DESCR')
-rw-r--r--textproc/json-glib/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/json-glib/DESCR b/textproc/json-glib/DESCR
new file mode 100644
index 00000000000..69eb650057d
--- /dev/null
+++ b/textproc/json-glib/DESCR
@@ -0,0 +1,6 @@
+JSON-GLib is a library providing serialization and deserialization support for
+the JavaScript Object Notation (JSON) format described by RFC 4627
+
+JSON-GLib uses GLib native data types and the generic value container GValue for
+ease of development. It also provides integration with the GObject classes for
+direct serialization into, and deserialization from, JSON data streams.