summaryrefslogtreecommitdiff
path: root/json-glib/json-array.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL as a value for strings, arrays and objectsjson-glib-0-10Emmanuele Bassi2010-09-251-9/+33
* Update Introspection annotationsEmmanuele Bassi2009-11-121-9/+9
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-121-2/+2
* Fix license and copyright noticesEmmanuele Bassi2009-06-091-2/+6
* [node] Make JsonNode completely privateEmmanuele Bassi2009-06-091-8/+1
* Add JsonArray iteration functionEmmanuele Bassi2009-05-171-0/+35
* Intern the remaining type namesEmmanuele Bassi2009-04-171-1/+1
* Add convenience accessors to JsonArrayEmmanuele Bassi2009-04-171-0/+386
* 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
* Fix compilation errors with extra maintainer CFLAGSEmmanuele Bassi2007-10-161-1/+1
* Add API for removing nodes from arrays and objectsEmmanuele Bassi2007-10-151-0/+18
* Fix documentation about the ownership of the nodesEmmanuele Bassi2007-10-071-2/+5
* Implement the GType functions for JsonObject and JsonArrayEmmanuele Bassi2007-10-051-0/+13
* Document the new public functionsEmmanuele Bassi2007-10-011-0/+22
* 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-0/+29
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-36/+28
* Initial import of JSON-GLibEmmanuele Bassi2007-09-201-0/+176