summaryrefslogtreecommitdiff
path: root/json-glib/json-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-011-1/+0
* Add licensing informations to the source codeEmmanuele Bassi2007-10-011-2/+26
* Swallow the comma earlier in the parserEmmanuele Bassi2007-10-011-9/+16
* Add JSON object parsingEmmanuele Bassi2007-10-011-15/+220
* Chain up nodes to their parentEmmanuele Bassi2007-10-011-1/+5
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-23/+64
* Skip the token check after parsing a nested arrayEmmanuele Bassi2007-09-211-0/+2
* Parse JSON arraysEmmanuele Bassi2007-09-211-17/+97
* Top-levels in JSON can only be objects or arraysEmmanuele Bassi2007-09-211-10/+14
* Add stubs to JsonParser for actually parsing a JSON streamEmmanuele Bassi2007-09-211-1/+265
* Initial import of JSON-GLibEmmanuele Bassi2007-09-201-0/+152