summaryrefslogtreecommitdiff
path: root/json-glib/json-object.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL as a value for strings, arrays and objectsjson-glib-0-10Emmanuele Bassi2010-09-251-9/+36
* Initialize every member of JsonObject on constructionEmmanuele Bassi2010-01-101-0/+1
* Update Introspection annotationsEmmanuele Bassi2009-11-121-12/+13
* object: Return values list in insertion orderEmmanuele Bassi2009-10-301-48/+7
* object: Guarantee insertion orderEmmanuele Bassi2009-10-261-32/+35
* [docs] Remove note about normalization of member namesEmmanuele Bassi2009-08-161-5/+1
* Do not sanitize the object member's nameEmmanuele Bassi2009-08-121-29/+6
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-121-2/+2
* [docs] Fix typo in JsonObject::set_object_member()Emmanuele Bassi2009-06-251-1/+1
* Use JSON_NODE_OBJECT, not JSON_NODE_ARRAY when creating the node in json_obje...Rodrigo Moya2009-06-241-1/+1
* Fix license and copyright noticesEmmanuele Bassi2009-06-091-3/+6
* [node] Make JsonNode completely privateEmmanuele Bassi2009-06-091-8/+1
* Add JsonObject iteration functionEmmanuele Bassi2009-05-161-0/+55
* Deprecate add_member() and add set_member() and friendsEmmanuele Bassi2009-04-171-16/+473
* Use the normalized member name in has_memberEmmanuele Bassi2008-01-281-1/+1
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+2
* Add API to retrieve copies of the nodes inside objects and arraysEmmanuele Bassi2007-11-211-0/+29
* Add a method for getting all the nodes from a JsonObjectEmmanuele Bassi2007-10-161-0/+41
* 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-151-0/+17
* Fix documentation about the ownership of the nodesEmmanuele Bassi2007-10-071-5/+8
* Implement the GType functions for JsonObject and JsonArrayEmmanuele Bassi2007-10-051-0/+13
* Document the new public functionsEmmanuele Bassi2007-10-011-0/+15
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-011-1/+0
* Add licensing informations to the source codeEmmanuele Bassi2007-10-011-4/+30
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-32/+12
* Initial import of JSON-GLibEmmanuele Bassi2007-09-201-0/+201