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-object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the JsonObject documentation
Emmanuele Bassi
2021-06-10
1
-83
/
+86
*
docs: Initial, rough port away from gtk-doc
Emmanuele Bassi
2021-06-08
1
-120
/
+119
*
Assert that foreach_member() won't mutate the object
Emmanuele Bassi
2020-08-24
1
-0
/
+5
*
Document the iteration order for foreach_member()
Emmanuele Bassi
2020-08-24
1
-0
/
+3
*
Add ordered iterator for JsonObject
Emmanuele Bassi
2020-08-24
1
-2
/
+111
*
docs: Clarify some expections of the json_object_get_*_member APIs
Debarshi Ray
2018-03-14
1
-14
/
+24
*
Add with_default() variant for JsonObject getters
Emmanuele Bassi
2017-11-14
1
-74
/
+131
*
core: Avoid json_object_get_members()
Garrett Regier
2017-06-16
1
-0
/
+9
*
object: Use a GQueue for members_ordered
Garrett Regier
2017-06-16
1
-17
/
+10
*
docs: Clarify when NULL might be returned
Matthew Leeds
2017-03-18
1
-13
/
+14
*
docs: Fix the Since tags
Emmanuele Bassi
2016-03-01
1
-6
/
+6
*
core: Add JSON node, object, array hashes
Philip Withnall
2016-03-01
1
-1
/
+98
*
node: Add json_node_ref() and json_node_unref()
Philip Withnall
2016-03-01
1
-2
/
+2
*
core: Add immutability support to core objects
Philip Withnall
2016-03-01
1
-0
/
+51
*
core: Remove atomic operations for reference counting
Philip Withnall
2016-01-28
1
-2
/
+2
*
object: Add JsonObjectIter to ease iteration over JsonObject members
Philip Withnall
2015-10-06
1
-0
/
+71
*
lib: Trivial documentation clarifications
Philip Withnall
2015-09-01
1
-2
/
+4
*
Remove conditional inclusion of config.h
Emmanuele Bassi
2014-03-18
1
-3
/
+0
*
docs: Port to MarkDown
Emmanuele Bassi
2014-03-18
1
-4
/
+5
*
Add missing annotations
Emmanuele Bassi
2014-02-14
1
-3
/
+3
*
Use the new typed JsonNode initializers
Emmanuele Bassi
2012-10-27
1
-30
/
+18
*
Consolidate null handling in JsonArray and JsonObject
Emmanuele Bassi
2012-10-27
1
-1
/
+10
*
docs: Fix typo in JsonObject's description
Emmanuele Bassi
2011-10-17
1
-1
/
+1
*
Remove G_CONST_RETURN usage
Emmanuele Bassi
2011-06-09
1
-1
/
+1
*
Use the new atomic functions for refcounting
Emmanuele Bassi
2011-06-03
1
-7
/
+2
*
object: Use g_list_find_custom()
Emmanuele Bassi
2011-04-08
1
-10
/
+3
*
Fix introspection annotations
Emmanuele Bassi
2011-02-15
1
-2
/
+2
*
object: Replace the name pointer in the members list
Emmanuele Bassi
2011-02-15
1
-0
/
+21
*
object: Do some more validation in set_member()
Emmanuele Bassi
2011-01-10
1
-0
/
+10
*
Add missing introspection annotations.
Luca Bruno
2011-01-10
1
-4
/
+4
*
Use G_DEFINE_BOXED_TYPE()
Emmanuele Bassi
2010-10-19
1
-12
/
+1
*
Add introspection annotations
Emmanuele Bassi
2010-09-25
1
-2
/
+2
*
Allow NULL as a value for strings, arrays and objects
Emmanuele Bassi
2010-06-16
1
-9
/
+36
*
Initialize every member of JsonObject on construction
Emmanuele Bassi
2010-01-10
1
-0
/
+1
*
Update Introspection annotations
Emmanuele Bassi
2009-11-12
1
-12
/
+13
*
object: Return values list in insertion order
Emmanuele Bassi
2009-10-30
1
-48
/
+7
*
object: Guarantee insertion order
Emmanuele Bassi
2009-10-26
1
-32
/
+35
*
[docs] Remove note about normalization of member names
Emmanuele Bassi
2009-08-16
1
-5
/
+1
*
Do not sanitize the object member's name
Emmanuele Bassi
2009-08-12
1
-29
/
+6
*
Auto-promote integer types to G_TYPE_INT64
Emmanuele Bassi
2009-08-12
1
-2
/
+2
*
[docs] Fix typo in JsonObject::set_object_member()
Emmanuele Bassi
2009-06-25
1
-1
/
+1
*
Use JSON_NODE_OBJECT, not JSON_NODE_ARRAY when creating the node in json_obje...
Rodrigo Moya
2009-06-24
1
-1
/
+1
*
Fix license and copyright notices
Emmanuele Bassi
2009-06-09
1
-3
/
+6
*
[node] Make JsonNode completely private
Emmanuele Bassi
2009-06-09
1
-8
/
+1
*
Add JsonObject iteration function
Emmanuele Bassi
2009-05-16
1
-0
/
+55
*
Deprecate add_member() and add set_member() and friends
Emmanuele Bassi
2009-04-17
1
-16
/
+473
*
Use the normalized member name in has_member
Emmanuele Bassi
2008-01-28
1
-1
/
+1
*
Wrap config.h include with conditionals
Emmanuele Bassi
2007-12-25
1
-0
/
+2
*
Add API to retrieve copies of the nodes inside objects and arrays
Emmanuele Bassi
2007-11-21
1
-0
/
+29
*
Add a method for getting all the nodes from a JsonObject
Emmanuele Bassi
2007-10-16
1
-0
/
+41
[next]