ObjectIter
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Version ( since = "1.2" ) ]
public struct ObjectIter
[ Version ( since = "1.2" ) ]
public struct ObjectIter
An iterator object used to iterate over the members of a JSON object.
`JsonObjectIter` must be allocated on the stack and initialised using [method@Json.ObjectIter.init] or [method@Json.ObjectIter.init_ordered].
The iterator is invalidated if the object is modified during iteration.
All the fields in the `JsonObjectIter` structure are private and should never be accessed directly.
Namespace: Json
Package: json-glib-1.0