index
:
delta/json-glib.git
bug-958
bug-965
debian-packaging
deep-copy
docs-template
error-location
generator
gobject-deserialize
gobject-serialize
handle-utf8-bom
json-glib-0-10
json-glib-0-12
json-glib-0-14
json-glib-0-16
json-glib-0-8
json-glib-1-0
json-glib-1-2
json-glib-1-4
json-glib-1-6
json-node-autoptr
json-scanner
master
msvc-patch
object_get-with-wrong-types
parse-enums
python-bindings
stable-0.2
stable-0.4
test-framework
wip/drop-autotools
wip/g-property
wip/hughsie/typecheck
wip/otte/validate-with-load-bytes
wip/rishi/24-doc-fix
wip/sadiq/parser-read-async
work
gitlab.gnome.org: GNOME/json-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-glib
/
json-parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abstract the loading code into its own function
error-location
Emmanuele Bassi
2008-11-28
1
-72
/
+103
*
Display the filename inside error messages
Emmanuele Bassi
2008-11-28
1
-2
/
+26
*
Update JsonParser to fix compilation
Emmanuele Bassi
2008-02-29
1
-16
/
+17
*
Use JsonScanner API into JsonParser
Emmanuele Bassi
2008-02-29
1
-83
/
+44
*
Include JsonScanner into JsonParser
Emmanuele Bassi
2008-02-29
1
-0
/
+1
*
Revert JsonParser::get_root semantics
Emmanuele Bassi
2008-01-29
1
-24
/
+2
*
Extract the parser state clearing into its own function
Emmanuele Bassi
2008-01-27
1
-21
/
+30
*
Kill off a few indirections
Emmanuele Bassi
2007-12-25
1
-11
/
+14
*
Plug a leak when loading a new buffer with the same parser
Emmanuele Bassi
2007-12-25
1
-0
/
+2
*
Use gssize for the buffer length parameter
Emmanuele Bassi
2007-12-25
1
-5
/
+5
*
Change json_parser_get_root() semantics
Emmanuele Bassi
2007-11-21
1
-2
/
+24
*
Fix variable shadowing for distcheck
Emmanuele Bassi
2007-11-13
1
-2
/
+2
*
When parsing a full assignment, also swallow any trailing semi-colon
Emmanuele Bassi
2007-11-10
1
-1
/
+11
*
Add support for parsing assignments
Emmanuele Bassi
2007-11-10
1
-2
/
+78
*
More sanity checks for objects
Emmanuele Bassi
2007-10-29
1
-1
/
+7
*
Add more sanity checks to the parser
Emmanuele Bassi
2007-10-29
1
-0
/
+10
*
Backport fixes from Clutter trunk
Emmanuele Bassi
2007-10-29
1
-20
/
+103
*
Fix compilation errors with extra maintainer CFLAGS
Emmanuele Bassi
2007-10-16
1
-2
/
+2
*
Parse bare root values
Emmanuele Bassi
2007-10-10
1
-50
/
+29
*
Use doubles when parsing, not floats
Emmanuele Bassi
2007-10-05
1
-4
/
+4
*
Add line/position getters to JsonParser
Emmanuele Bassi
2007-10-05
1
-3
/
+43
*
Document the newly added signals
Emmanuele Bassi
2007-10-05
1
-0
/
+64
*
Add more signals to the JsonParser class
Emmanuele Bassi
2007-10-05
1
-3
/
+115
*
Move data types ctors and setters into the public headers
Emmanuele Bassi
2007-10-01
1
-1
/
+0
*
Add licensing informations to the source code
Emmanuele Bassi
2007-10-01
1
-2
/
+26
*
Swallow the comma earlier in the parser
Emmanuele Bassi
2007-10-01
1
-9
/
+16
*
Add JSON object parsing
Emmanuele Bassi
2007-10-01
1
-15
/
+220
*
Chain up nodes to their parent
Emmanuele Bassi
2007-10-01
1
-1
/
+5
*
Add JsonNode, a generic container for JSON types
Emmanuele Bassi
2007-10-01
1
-23
/
+64
*
Skip the token check after parsing a nested array
Emmanuele Bassi
2007-09-21
1
-0
/
+2
*
Parse JSON arrays
Emmanuele Bassi
2007-09-21
1
-17
/
+97
*
Top-levels in JSON can only be objects or arrays
Emmanuele Bassi
2007-09-21
1
-10
/
+14
*
Add stubs to JsonParser for actually parsing a JSON stream
Emmanuele Bassi
2007-09-21
1
-1
/
+265
*
Initial import of JSON-GLib
Emmanuele Bassi
2007-09-20
1
-0
/
+152