summaryrefslogtreecommitdiff
path: root/json-glib/json-generator.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+2
* Do not leak the intermediate strings when generating JSONEmmanuele Bassi2007-12-251-0/+6
* Use a unicode character for the indent-char property of JsonGeneratorEmmanuele Bassi2007-11-211-8/+8
* Add the indent-char property to JsonGeneratorEmmanuele Bassi2007-11-211-14/+40
* Use G_TYPE_DOUBLE when dumping a value.Emmanuele Bassi2007-11-211-2/+2
* Add the JsonGenerator:root propertyEmmanuele Bassi2007-11-131-2/+28
* Fix the compiler fixesEmmanuele Bassi2007-10-161-4/+6
* Fix compilation errors with extra maintainer CFLAGSEmmanuele Bassi2007-10-161-8/+8
* Add objects supportEmmanuele Bassi2007-10-021-3/+122
* Add nested arrays supportEmmanuele Bassi2007-10-011-0/+10
* Simple arrays generationEmmanuele Bassi2007-10-011-5/+155
* Move data types ctors and setters into the public headersEmmanuele Bassi2007-10-011-1/+0
* Add stub class for JsonGeneratorEmmanuele Bassi2007-10-011-0/+255