summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the fallback value-to-node generator even for serializablesgobject-deserializeEmmanuele Bassi2007-11-132-18/+12
* Add test unit for the GObject deserializationEmmanuele Bassi2007-11-133-1/+296
* Fix a couple of dumb typos in the GObject deserialization codeEmmanuele Bassi2007-11-131-2/+4
* Update git ignore fileEmmanuele Bassi2007-11-131-0/+2
* Add node-to-property simple fallback parser for deserializationEmmanuele Bassi2007-11-131-9/+85
* Add the JsonGenerator:root propertyEmmanuele Bassi2007-11-131-2/+28
* Fix member name in json_node_get_value_type()Emmanuele Bassi2007-11-131-1/+1
* Add a GType for JsonNodeEmmanuele Bassi2007-11-132-2/+54
* Initial implementation of GObject deserialization functionEmmanuele Bassi2007-11-103-14/+177
* Fix objects test suite to match the arrays oneEmmanuele Bassi2007-10-291-4/+4
* More sanity checks for objectsEmmanuele Bassi2007-10-291-1/+7
* Fix the test suite for arraysEmmanuele Bassi2007-10-291-4/+4
* Add more sanity checks to the parserEmmanuele Bassi2007-10-291-0/+10
* Backport fixes from Clutter trunkEmmanuele Bassi2007-10-291-20/+103
* Check if the payload is set in json_node_free()Emmanuele Bassi2007-10-291-2/+4
* Add test unit for the JsonSerializable interfaceEmmanuele Bassi2007-10-162-1/+268
* We need the actual implementation of the JsonSerializable GType functionEmmanuele Bassi2007-10-161-0/+6
* Fix the compiler fixesEmmanuele Bassi2007-10-161-4/+6
* Bump up to 0.3.0Emmanuele Bassi2007-10-161-1/+1
* Bump up to 0.2.0json-glib-0.2.0Emmanuele Bassi2007-10-161-1/+1
* Fix DISTCHECK configure flagsEmmanuele Bassi2007-10-161-1/+1
* Fix compilation errors with extra maintainer CFLAGSEmmanuele Bassi2007-10-163-11/+11
* Drop -Wextra from the maintainer CFLAGSEmmanuele Bassi2007-10-161-1/+1
* Autogenerate the ChangeLog when distingEmmanuele Bassi2007-10-161-0/+5
* Fix EXTRA_DIST files for distcheckEmmanuele Bassi2007-10-161-7/+9
* Add the JsonSerializable interfaceEmmanuele Bassi2007-10-164-31/+224
* Add a method for getting all the nodes from a JsonObjectEmmanuele Bassi2007-10-163-0/+43
* Add a note in the JsonObject documentation for the member name normalizationEmmanuele Bassi2007-10-161-1/+5
* Normalize every member name before using itEmmanuele Bassi2007-10-161-5/+26
* Provide an internal g_hash_table_get_keys() and bump down GLib dependencyEmmanuele Bassi2007-10-152-1/+26
* Add API for removing nodes from arrays and objectsEmmanuele Bassi2007-10-154-61/+102
* Parse bare root valuesEmmanuele Bassi2007-10-101-50/+29
* Add the forgotten JsonGenerator type functionEmmanuele Bassi2007-10-091-0/+1
* Add json_node_dup_string()Emmanuele Bassi2007-10-083-0/+22
* Fix documentation about the ownership of the nodesEmmanuele Bassi2007-10-072-7/+13
* Add convenience accessors for fundamental types in JsonNodeEmmanuele Bassi2007-10-053-0/+221
* Use doubles when parsing, not floatsEmmanuele Bassi2007-10-051-4/+4
* Add line/position getters to JsonParserEmmanuele Bassi2007-10-053-12/+61
* Document the newly added signalsEmmanuele Bassi2007-10-052-1/+73
* Add more signals to the JsonParser classEmmanuele Bassi2007-10-053-6/+141
* Implement the GType functions for JsonObject and JsonArrayEmmanuele Bassi2007-10-053-2/+28
* Document the GObject integration API into the API referencegobject-serializeEmmanuele Bassi2007-10-022-0/+12
* Add test case for GObject integrationEmmanuele Bassi2007-10-023-1/+159
* Add GObject serialization support for JSON-GLibEmmanuele Bassi2007-10-024-0/+205
* 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