summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Complete the tests suite with the object deserializationgeneratorEmmanuele Bassi2007-10-023-1/+222
* Add objects supportEmmanuele Bassi2007-10-022-3/+190
* Add nested arrays supportEmmanuele Bassi2007-10-012-0/+71
* Simple arrays generationEmmanuele Bassi2007-10-012-12/+234
* Update list of git ignored filesEmmanuele Bassi2007-10-011-0/+5
* Add initial test unit for the JsonGenerator objectEmmanuele Bassi2007-10-012-1/+32
* Add missing json-generator.h headerEmmanuele Bassi2007-10-011-0/+1
* Document the new public functionsEmmanuele Bassi2007-10-015-2/+141
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-018-48/+32
* Add stub class for JsonGeneratorEmmanuele Bassi2007-10-015-0/+365
* Fix ids inside the main documentation indexEmmanuele Bassi2007-10-011-2/+2
* Complete API reference of JSON-GLibEmmanuele Bassi2007-10-012-0/+39
* Implement json_node_get_parent()Emmanuele Bassi2007-10-011-0/+16
* Add licensing informations to the source codeEmmanuele Bassi2007-10-017-14/+202
* Fix a stray newline in the documentationEmmanuele Bassi2007-10-011-2/+1
* Update git ignore fileEmmanuele Bassi2007-10-011-0/+22
* Add API reference for JSON-GLibEmmanuele Bassi2007-10-017-2/+257
* Add more test cases for the object parsingEmmanuele Bassi2007-10-011-0/+3
* Swallow the comma earlier in the parserEmmanuele Bassi2007-10-011-9/+16
* Update gitignoreEmmanuele Bassi2007-10-011-0/+3
* Test object parsingEmmanuele Bassi2007-10-013-7/+285
* Add JSON object parsingEmmanuele Bassi2007-10-011-15/+220
* Declare json_node_take_object() and json_node_take_array()Emmanuele Bassi2007-10-011-0/+4
* Chain up nodes to their parentEmmanuele Bassi2007-10-011-1/+5
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-0111-237/+535
* Add JsonData, an opaque container for JSON data typesEmmanuele Bassi2007-09-214-16/+138
* Skip the token check after parsing a nested arrayEmmanuele Bassi2007-09-211-0/+2
* Update gitignore fileEmmanuele Bassi2007-09-211-0/+7
* Start the test suiteEmmanuele Bassi2007-09-213-0/+95
* Parse JSON arraysEmmanuele Bassi2007-09-211-17/+97
* Add RFC 4627 text, where JSON is definedEmmanuele Bassi2007-09-211-0/+563
* Top-levels in JSON can only be objects or arraysEmmanuele Bassi2007-09-211-10/+14
* Update gitignore fileEmmanuele Bassi2007-09-211-0/+4
* Add stubs to JsonParser for actually parsing a JSON streamEmmanuele Bassi2007-09-212-4/+290
* Add marshallers generation to the buildEmmanuele Bassi2007-09-212-5/+26
* Add gitignore fileEmmanuele Bassi2007-09-201-0/+29
* Initial import of JSON-GLibEmmanuele Bassi2007-09-2023-0/+1551