index
:
delta/json-glib.git
bug-958
bug-965
debian-packaging
deep-copy
docs-template
error-location
generator
gobject-deserialize
gobject-serialize
handle-utf8-bom
json-glib-0-10
json-glib-0-12
json-glib-0-14
json-glib-0-16
json-glib-0-8
json-glib-1-0
json-glib-1-2
json-glib-1-4
json-glib-1-6
json-node-autoptr
json-scanner
master
msvc-patch
object_get-with-wrong-types
parse-enums
python-bindings
stable-0.2
stable-0.4
test-framework
wip/drop-autotools
wip/g-property
wip/hughsie/typecheck
wip/otte/validate-with-load-bytes
wip/rishi/24-doc-fix
wip/sadiq/parser-read-async
work
gitlab.gnome.org: GNOME/json-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-glib
/
json-generator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop or mark unused parameters
Emmanuele Bassi
2022-10-11
1
-3
/
+1
*
Update the JsonGenerator documentation
Emmanuele Bassi
2021-06-10
1
-34
/
+35
*
Merge branch 'gidocgen' into 'master'
Emmanuele Bassi
2021-06-08
1
-41
/
+44
|
\
|
*
docs: Initial, rough port away from gtk-doc
Emmanuele Bassi
2021-06-08
1
-41
/
+44
*
|
trivial: Return the correct type in g_return_val_if_fail()
wip/hughsie/typecheck
Richard Hughes
2021-05-16
1
-1
/
+1
|
/
*
Gracefully handle empty arrays and objects
Emmanuele Bassi
2020-08-24
1
-5
/
+9
*
generator: Add an GString-based method
Garrett Regier
2017-06-16
1
-11
/
+30
*
core: Avoid json_object_get_members()
Garrett Regier
2017-06-16
1
-5
/
+4
*
introspection: fix nullable annotation for return values in the following met...
Alberto Ruiz
2017-03-18
1
-2
/
+2
*
generator: Avoid multiple buffer allocations
Garrett Regier
2017-03-18
1
-187
/
+67
*
Don't loose decimal in whole-double -> string conversion
djcb
2017-03-13
1
-0
/
+5
*
Stop providing our own marshaller and use the generic one
Thibault Saunier
2017-03-13
1
-2
/
+1
*
node: Add json_node_ref() and json_node_unref()
Philip Withnall
2016-03-01
1
-2
/
+2
*
generator: Escape the control characters correctly
Stef Walter
2014-05-21
1
-26
/
+47
*
generator: Escape Object key names correctly
Stef Walter
2014-05-20
1
-8
/
+11
*
Remove conditional inclusion of config.h
Emmanuele Bassi
2014-03-18
1
-2
/
+0
*
docs: Port to MarkDown
Emmanuele Bassi
2014-03-18
1
-3
/
+6
*
Drop some more pointless GET_PRIVATE macros
Emmanuele Bassi
2013-08-22
1
-6
/
+5
*
Remove compile time GLib version check
Emmanuele Bassi
2013-08-21
1
-13
/
+1
*
Use new macros when compiling against new GLib
Emmanuele Bassi
2013-07-20
1
-3
/
+12
*
generator: Use JsonValue, not GValue
Emmanuele Bassi
2012-07-15
1
-15
/
+18
*
generator: Removes blank spaces from generated JSON when not pretty-print
Eduardo Lima Mitev
2011-03-11
1
-12
/
+23
*
generator: Use g_ascii_dtostr() to avoid losing precision
Emmanuele Bassi
2011-01-10
1
-3
/
+4
*
generator: Clean up and add accessors
Emmanuele Bassi
2010-12-14
1
-43
/
+213
*
generator: Implement dumping bare values
Emmanuele Bassi
2010-12-14
1
-5
/
+10
*
generator: Add an OutputStream-based method
Emmanuele Bassi
2010-08-02
1
-0
/
+37
*
generator: Use %g format for g_ascii_formatd()
Emmanuele Bassi
2010-03-18
1
-1
/
+1
*
Doubles are converted to strings containing commas
Cornelius Hald
2009-11-12
1
-1
/
+6
*
[docs] Small documentation fixes
Emmanuele Bassi
2009-09-02
1
-5
/
+6
*
Auto-promote integer types to G_TYPE_INT64
Emmanuele Bassi
2009-08-12
1
-2
/
+2
*
[generator] Pre-compute the escape table
Emmanuele Bassi
2009-06-21
1
-10
/
+33
*
Fix license and copyright notices
Emmanuele Bassi
2009-06-09
1
-2
/
+6
*
[node] Make JsonNode completely private
Emmanuele Bassi
2009-06-09
1
-0
/
+2
*
Fix a variable shadowing
Emmanuele Bassi
2008-06-13
1
-1
/
+2
*
Escape to special characters in JsonGenerator
bug-958
Emmanuele Bassi
2008-06-13
1
-1
/
+16
*
Wrap config.h include with conditionals
Emmanuele Bassi
2007-12-25
1
-0
/
+2
*
Do not leak the intermediate strings when generating JSON
Emmanuele Bassi
2007-12-25
1
-0
/
+6
*
Use a unicode character for the indent-char property of JsonGenerator
Emmanuele Bassi
2007-11-21
1
-8
/
+8
*
Add the indent-char property to JsonGenerator
Emmanuele Bassi
2007-11-21
1
-14
/
+40
*
Use G_TYPE_DOUBLE when dumping a value.
Emmanuele Bassi
2007-11-21
1
-2
/
+2
*
Add the JsonGenerator:root property
Emmanuele Bassi
2007-11-13
1
-2
/
+28
*
Fix the compiler fixes
Emmanuele Bassi
2007-10-16
1
-4
/
+6
*
Fix compilation errors with extra maintainer CFLAGS
Emmanuele Bassi
2007-10-16
1
-8
/
+8
*
Add objects support
Emmanuele Bassi
2007-10-02
1
-3
/
+122
*
Add nested arrays support
Emmanuele Bassi
2007-10-01
1
-0
/
+10
*
Simple arrays generation
Emmanuele Bassi
2007-10-01
1
-5
/
+155
*
Move data types ctors and setters into the public headers
Emmanuele Bassi
2007-10-01
1
-1
/
+0
*
Add stub class for JsonGenerator
Emmanuele Bassi
2007-10-01
1
-0
/
+255