summaryrefslogtreecommitdiff
path: root/json-glib/json-generator.c
Commit message (Expand)AuthorAgeFilesLines
* generator: ensure valid output double exponential notationMark Nauwelaerts2023-01-261-1/+6
* Drop or mark unused parametersEmmanuele Bassi2022-10-111-3/+1
* Update the JsonGenerator documentationEmmanuele Bassi2021-06-101-34/+35
* Merge branch 'gidocgen' into 'master'Emmanuele Bassi2021-06-081-41/+44
|\
| * docs: Initial, rough port away from gtk-docEmmanuele Bassi2021-06-081-41/+44
* | trivial: Return the correct type in g_return_val_if_fail()wip/hughsie/typecheckRichard Hughes2021-05-161-1/+1
|/
* Gracefully handle empty arrays and objectsEmmanuele Bassi2020-08-241-5/+9
* generator: Add an GString-based methodGarrett Regier2017-06-161-11/+30
* core: Avoid json_object_get_members()Garrett Regier2017-06-161-5/+4
* introspection: fix nullable annotation for return values in the following met...Alberto Ruiz2017-03-181-2/+2
* generator: Avoid multiple buffer allocationsGarrett Regier2017-03-181-187/+67
* Don't loose decimal in whole-double -> string conversiondjcb2017-03-131-0/+5
* Stop providing our own marshaller and use the generic oneThibault Saunier2017-03-131-2/+1
* node: Add json_node_ref() and json_node_unref()Philip Withnall2016-03-011-2/+2
* generator: Escape the control characters correctlyStef Walter2014-05-211-26/+47
* generator: Escape Object key names correctlyStef Walter2014-05-201-8/+11
* Remove conditional inclusion of config.hEmmanuele Bassi2014-03-181-2/+0
* docs: Port to MarkDownEmmanuele Bassi2014-03-181-3/+6
* Drop some more pointless GET_PRIVATE macrosEmmanuele Bassi2013-08-221-6/+5
* Remove compile time GLib version checkEmmanuele Bassi2013-08-211-13/+1
* Use new macros when compiling against new GLibEmmanuele Bassi2013-07-201-3/+12
* generator: Use JsonValue, not GValueEmmanuele Bassi2012-07-151-15/+18
* generator: Removes blank spaces from generated JSON when not pretty-printEduardo Lima Mitev2011-03-111-12/+23
* generator: Use g_ascii_dtostr() to avoid losing precisionEmmanuele Bassi2011-01-101-3/+4
* generator: Clean up and add accessorsEmmanuele Bassi2010-12-141-43/+213
* generator: Implement dumping bare valuesEmmanuele Bassi2010-12-141-5/+10
* generator: Add an OutputStream-based methodEmmanuele Bassi2010-08-021-0/+37
* generator: Use %g format for g_ascii_formatd()Emmanuele Bassi2010-03-181-1/+1
* Doubles are converted to strings containing commasCornelius Hald2009-11-121-1/+6
* [docs] Small documentation fixesEmmanuele Bassi2009-09-021-5/+6
* Auto-promote integer types to G_TYPE_INT64Emmanuele Bassi2009-08-121-2/+2
* [generator] Pre-compute the escape tableEmmanuele Bassi2009-06-211-10/+33
* Fix license and copyright noticesEmmanuele Bassi2009-06-091-2/+6
* [node] Make JsonNode completely privateEmmanuele Bassi2009-06-091-0/+2
* Fix a variable shadowingEmmanuele Bassi2008-06-131-1/+2
* Escape to special characters in JsonGeneratorbug-958Emmanuele Bassi2008-06-131-1/+16
* 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