summaryrefslogtreecommitdiff
path: root/json-glib/json-array.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sign comparison warningsEmmanuele Bassi2022-10-111-3/+1
* Update the JsonArray documentationEmmanuele Bassi2021-06-101-23/+23
* docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-127/+132
* docs: Fix the Since tagsEmmanuele Bassi2016-03-011-4/+4
* core: Add JSON node, object, array hashesPhilip Withnall2016-03-011-7/+97
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-3/+3
* core: Add immutability support to core objectsPhilip Withnall2016-03-011-0/+48
* core: Remove atomic operations for reference countingPhilip Withnall2016-01-281-2/+2
* array: Ensure JsonArray is zero-initialisedPhilip Withnall2016-01-281-2/+2
* array: Do not create a null node for empty stringsEmmanuele Bassi2015-08-181-1/+1
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-2/+2
* Add missing annotationsEmmanuele Bassi2014-02-141-5/+5
* Use the new typed JsonNode initializersEmmanuele Bassi2012-10-271-35/+19
* Consolidate null handling in JsonArray and JsonObjectEmmanuele Bassi2012-10-271-1/+10
* array: Relax preconditions on array and object methodsEmmanuele Bassi2012-10-261-2/+0
* array: Relax add_string_element() preconditionsEmmanuele Bassi2012-10-261-2/+1
* Remove G_CONST_RETURN usageEmmanuele Bassi2011-06-091-1/+1
* Use the new atomic functions for refcountingEmmanuele Bassi2011-06-031-7/+2
* Add missing introspection annotations.Luca Bruno2011-01-101-4/+4
* Use G_DEFINE_BOXED_TYPE()Emmanuele Bassi2010-10-191-12/+1
* Add introspection annotationsEmmanuele Bassi2010-09-251-2/+2
* Allow NULL as a value for strings, arrays and objectsEmmanuele Bassi2010-06-161-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