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
Search Repo:
Update git ignore file
Emmanuele Bassi (author)
Mon May 05 15:16:38 -0700 2008
commit  0830873edc5203655f04868184cedb428b6d2d54
tree    eb10ab7f82de914a435fbb1b8b2133585907bf3c
parent  eb1cd29f78ff52e3ec3b063716fb86b5f2c5ae4a
...
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 
 
 
 
 
 
63
64
65
66
 
67
 
 
68
69
70
...
78
79
80
81
82
83
84
85
86
87
88
...
16
17
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
 
 
 
 
 
 
 
 
 
 
 
37
38
39
40
41
42
43
 
 
 
44
45
46
47
48
49
50
...
58
59
60
 
 
 
 
 
 
 
 
0
@@ -16,55 +16,35 @@ gtk-doc.make
0
 install-sh
0
 json-glib-1.0.pc
0
 json-glib.pc
0
-json-glib/.deps
0
-json-glib/.libs
0
-json-glib/json-array.lo
0
-json-glib/json-enum-types.c
0
-json-glib/json-enum-types.h
0
-json-glib/json-enum-types.lo
0
-json-glib/json-generator.lo
0
-json-glib/json-gobject.lo
0
-json-glib/json-marshal.c
0
-json-glib/json-marshal.h
0
-json-glib/json-marshal.lo
0
-json-glib/json-node.lo
0
-json-glib/json-object.lo
0
-json-glib/json-parser.lo
0
-json-glib/json-scanner.lo
0
-json-glib/json-version.h
0
-json-glib/libjson-glib-1.0.la
0
-json-glib/stamp-json-enum-types.h
0
-json-glib/stamp-json-marshal.h
0
-json-glib/tests/.deps
0
-json-glib/tests/.libs
0
-json-glib/tests/array-test
0
-json-glib/tests/array-test.o
0
-json-glib/tests/object-test
0
-json-glib/tests/object-test.o
0
-json-glib/tests/node-test
0
-json-glib/tests/node-test.o
0
+.deps
0
+.libs
0
+*.o
0
+*.lo
0
+json-enum-types.[ch]
0
+json-marshal.[ch]
0
+json-version.h
0
+*.la
0
+stamp-json-enum-types.h
0
+stamp-json-marshal.h
0
+array-test
0
+object-test
0
+node-test
0
 libtool
0
 ltmain.sh
0
 missing
0
 stamp-h1
0
 test-report.xml
0
-tests/.deps
0
-tests/.libs
0
-tests/test-parser
0
-tests/test-parser.o
0
-tests/test-generator
0
-tests/test-generator.o
0
-tests/test-serialize-simple
0
-tests/test-serialize-simple.o
0
-tests/test-serialize-complex
0
-tests/test-serialize-complex.o
0
-tests/test-serialize-full
0
-tests/test-serialize-full.o
0
+test-report.html
0
+test-parser
0
+test-generator
0
+test-serialize-simple
0
+test-serialize-complex
0
+test-serialize-full
0
 .*.swp
0
-doc/reference/.libs
0
-doc/reference/html-build.stamp
0
-doc/reference/html.stamp
0
+*.stamp
0
 doc/reference/html
0
+doc/reference/tmpl
0
+doc/reference/xml
0
 doc/reference/json-glib-decl-list.txt
0
 doc/reference/json-glib-decl-list.txt.bak
0
 doc/reference/json-glib-decl.txt
0
@@ -78,11 +58,3 @@ doc/reference/json-glib.hierarchy
0
 doc/reference/json-glib.interfaces
0
 doc/reference/json-glib.prerequisites
0
 doc/reference/json-glib.signals
0
-doc/reference/scan-build.stamp
0
-doc/reference/sgml-build.stamp
0
-doc/reference/sgml.stamp
0
-doc/reference/tmpl-build.stamp
0
-doc/reference/tmpl.stamp
0
-doc/reference/tmpl
0
-doc/reference/xml
0
-test-report.html

Comments

    No one has commented yet.