summaryrefslogtreecommitdiff
path: root/json-glib/json-node.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+3
* Initialise to zero when creating/copying a JsonNodeEmmanuele Bassi2007-12-251-4/+5
* Fix member name in json_node_get_value_type()Emmanuele Bassi2007-11-131-1/+1
* Add a GType for JsonNodeEmmanuele Bassi2007-11-131-0/+48
* Check if the payload is set in json_node_free()Emmanuele Bassi2007-10-291-2/+4
* Add json_node_dup_string()Emmanuele Bassi2007-10-081-0/+20
* Add convenience accessors for fundamental types in JsonNodeEmmanuele Bassi2007-10-051-0/+201
* Document the new public functionsEmmanuele Bassi2007-10-011-0/+78
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-011-1/+0
* Implement json_node_get_parent()Emmanuele Bassi2007-10-011-0/+16
* Add licensing informations to the source codeEmmanuele Bassi2007-10-011-8/+44
* Add API reference for JSON-GLibEmmanuele Bassi2007-10-011-1/+1
* Add JsonNode, a generic container for JSON typesEmmanuele Bassi2007-10-011-0/+269