summaryrefslogtreecommitdiffstats
path: root/devel/json-glib/pkg-descr
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-18 19:18:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-18 19:18:14 +0800
commit07e99a5b641a0ad72676df19930c7c6e3a6c521a (patch)
treee808a6fa82e75993e149454081ee35ffa17ea4df /devel/json-glib/pkg-descr
parent76c96735b6019377b0c08725b585b6dad09a925d (diff)
downloadmarcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar.gz
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar.bz2
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar.lz
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar.xz
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.tar.zst
marcuscom-ports-07e99a5b641a0ad72676df19930c7c6e3a6c521a.zip
Update to 0.7.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12396 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/json-glib/pkg-descr')
-rw-r--r--devel/json-glib/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr
new file mode 100644
index 000000000..9f3efb50d
--- /dev/null
+++ b/devel/json-glib/pkg-descr
@@ -0,0 +1,23 @@
+JSON-GLib is a library providing serialization and deserialization support
+for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is:
+
+a lightweight data-interchange format. It is easy for humans to read and write.
+It is easy for machines to parse and generate. It is based on a subset of the
+JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.
+JSON is a text format that is completely language independent but uses
+conventions that are familiar to programmers of the C-family of languages,
+including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These
+properties make JSON an ideal data-interchange language. -- From Introducing
+JSON
+
+Many high-level languages already provide native modules for parsing, generating
+and manipulating JSON data streams. JSON-GLib is a C library based on GLib and
+released under the terms of the GNU Lesser General Public License version 2.1.
+It provides a parser and a generator GObject classes and various wrappers for
+the complex data types employed by JSON, such as arrays and objects.
+
+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.
+
+WWW: http://live.gnome.org/JsonGlib