summaryrefslogtreecommitdiff
path: root/json-glib/json-object.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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