Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |