public
Description: A JSON reader and writer library using GLib and GObject
Homepage: http://live.gnome.org/JsonGlib
Clone URL: git://github.com/ebassi/json-glib.git
Update the description and dependencies
Emmanuele Bassi (author)
Sat Apr 19 14:28:21 -0700 2008
commit  4e5ec69cce8ab27f965985ba69ea11224ae39ffd
tree    c224bce95aedebf0756fe81332a27fdcc6b49b85
parent  f65a5d5e30a1242a899149b732d1139891876014
0
...
3
4
5
 
 
 
 
 
6
7
8
...
23
24
25
26
 
27
28
29
...
3
4
5
6
7
8
9
10
11
12
13
...
28
29
30
 
31
32
33
34
0
@@ -3,6 +3,11 @@ JSON-GLib - A JSON parser for GLib-based libraries and applications
0
 
0
 JSON-GLib implements a full JSON parser using GLib and GObject.
0
 
0
+Use JSON-GLib it is possible to parse and generate valid JSON data
0
+structures, using a DOM-like API. JSON-GLib also offers GObject
0
+integration, providing the ability to serialize and deserialize
0
+GObject instances to and from JSON data types.
0
+
0
 JSON is the JavaScript Object Notation; it can be used to represent
0
 objects and object hierarchies while retaining human-readability.
0
 
0
@@ -23,7 +28,7 @@ In order to build JSON-GLib you will need:
0
 
0
   * pkg-config
0
   * gtk-doc >= 1.8
0
- * GLib >= 2.14
0
+ * GLib >= 2.16
0
 
0
 INSTALLATION
0
 ------------

Comments

    No one has commented yet.