summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed json_deserialize_pspec() to handle null nodes.Tristan Van Berkom2011-05-031-1/+13
* Warn from json_gobject_deserialize() if a listed property cannot be deseriali...Tristan Van Berkom2011-04-231-0/+3
* gobject: Fix deserialization of construct-only propertiesEmmanuele Bassi2010-09-251-2/+2
* debug: Add debug notes in the GObject codeEmmanuele Bassi2010-09-251-2/+12
* Add introspection annotationsEmmanuele Bassi2010-09-251-2/+2
* gobject: Use construct and construct-only propertiesEmmanuele Bassi2010-08-151-1/+1
* Initialize out variables before using themVincent Untz2009-12-291-2/+2
* docs: Fix annotation for json_gobject_to_data()Emmanuele Bassi2009-11-291-1/+1
* boxed: Split (de)serialization registrationEmmanuele Bassi2009-11-231-3/+1
* serializable: Make Serializable in charge of parsingTristan Van Berkom2009-11-121-2/+5
* gobject: Use from/to data naming conventionEmmanuele Bassi2009-10-281-4/+59
* gobject: Uniform JSON<->GObject mapping codeEmmanuele Bassi2009-10-281-28/+54
* build: Split out GBoxed and SerializableEmmanuele Bassi2009-10-271-367/+4
* gobject: Make GObject<->JsonObject functions publicEmmanuele Bassi2009-10-271-2/+28
* gobject: Reuse the list dataEmmanuele Bassi2009-10-271-1/+1
* gobject: Add experimental GBoxed<->JSON transformationEmmanuele Bassi2009-10-271-2/+262
* Remove a stray ';' that broke deserializing GStrvEmmanuele Bassi2009-10-271-1/+1
* Fix compiler warnings (remove unused variables)Emmanuele Bassi2009-10-271-2/+1
* gobject: Support constructor propertiesEmmanuele Bassi2009-10-271-11/+87
* gobject: Serialize properties holding a GObjectEmmanuele Bassi2009-10-271-0/+14
* gobject: Split GObject serialization codeEmmanuele Bassi2009-10-271-52/+61
* gobject: Recurse in GParamSpecObject propertiesEmmanuele Bassi2009-10-271-1/+13
* gobject: Split JSON to GObject codeEmmanuele Bassi2009-10-271-69/+83
* [docs] Small documentation fixesEmmanuele Bassi2009-09-021-12/+12
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-121-13/+45
* [node] Make JsonNode completely privateEmmanuele Bassi2009-06-091-0/+2
* Intern the remaining type namesEmmanuele Bassi2009-04-171-1/+2
* Update after the json_object_add_member() deprecationEmmanuele Bassi2009-04-171-1/+1
* Correctly terminate a string arrayEmmanuele Bassi2008-11-031-1/+3
* Use an array to hold the strings in a vectorEmmanuele Bassi2008-05-011-10/+5
* Update after the JsonParser::get_root changeEmmanuele Bassi2008-01-291-3/+1
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+2
* Provide a default implementation of JsonSerializableEmmanuele Bassi2007-12-251-88/+120
* Free the root node obtained using json_parser_get_root()Emmanuele Bassi2007-11-211-0/+2
* Allow deserialization of strings into enums/flagsEmmanuele Bassi2007-11-201-0/+170
* Change "responsible" to "asked" in the (de)serialization functions docsEmmanuele Bassi2007-11-131-7/+8
* 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
* Initial implementation of GObject deserialization functionEmmanuele Bassi2007-11-101-12/+170
* We need the actual implementation of the JsonSerializable GType functionEmmanuele Bassi2007-10-161-0/+6
* Add the JsonSerializable interfaceEmmanuele Bassi2007-10-161-31/+157
* Add GObject serialization support for JSON-GLibEmmanuele Bassi2007-10-021-0/+169