summaryrefslogtreecommitdiff
path: root/json-glib
Commit message (Expand)AuthorAgeFilesLines
* Use the fallback value-to-node generator even for serializablesgobject-deserializeEmmanuele Bassi2007-11-131-6/+11
* Fix a couple of dumb typos in the GObject deserialization codeEmmanuele Bassi2007-11-131-2/+4
* 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-102-14/+176
* More sanity checks for objectsEmmanuele Bassi2007-10-291-1/+7
* 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
* We need the actual implementation of the JsonSerializable GType functionEmmanuele Bassi2007-10-161-0/+6
* Fix the compiler fixesEmmanuele Bassi2007-10-161-4/+6
* Fix compilation errors with extra maintainer CFLAGSEmmanuele Bassi2007-10-163-11/+11
* Fix EXTRA_DIST files for distcheckEmmanuele Bassi2007-10-161-7/+9
* Add the JsonSerializable interfaceEmmanuele Bassi2007-10-163-31/+209
* Add a method for getting all the nodes from a JsonObjectEmmanuele Bassi2007-10-162-0/+42
* 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-151-0/+25
* Add API for removing nodes from arrays and objectsEmmanuele Bassi2007-10-153-61/+100
* Parse bare root valuesEmmanuele Bassi2007-10-101-50/+29
* Add json_node_dup_string()Emmanuele Bassi2007-10-082-0/+21
* Fix documentation about the ownership of the nodesEmmanuele Bassi2007-10-072-7/+13
* Add convenience accessors for fundamental types in JsonNodeEmmanuele Bassi2007-10-052-0/+213
* Use doubles when parsing, not floatsEmmanuele Bassi2007-10-051-4/+4
* Add line/position getters to JsonParserEmmanuele Bassi2007-10-052-12/+55
* 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
* Add GObject serialization support for JSON-GLibEmmanuele Bassi2007-10-023-0/+204
* Add objects supportEmmanuele Bassi2007-10-021-3/+122
* Add nested arrays supportEmmanuele Bassi2007-10-011-0/+10
* Simple arrays generationEmmanuele Bassi2007-10-011-5/+155
* Add missing json-generator.h headerEmmanuele Bassi2007-10-011-0/+1
* Document the new public functionsEmmanuele Bassi2007-10-014-0/+117
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-018-48/+32
* Add stub class for JsonGeneratorEmmanuele Bassi2007-10-013-0/+339
* 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
* Add API reference for JSON-GLibEmmanuele Bassi2007-10-012-1/+9
* Swallow the comma earlier in the parserEmmanuele Bassi2007-10-011-9/+16
* 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-019-231/+427
* 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
* Parse JSON arraysEmmanuele Bassi2007-09-211-17/+97