JsonObjectIter

An iterator object used to iterate over the members of a JSON object.

json.object_iter.ObjectIter must be allocated on the stack and initialised using json.object_iter.ObjectIter.init_ or json.object_iter.ObjectIter.initOrdered.

The iterator is invalidated if the object is modified during iteration.

All the fields in the json.object_iter.ObjectIter structure are private and should never be accessed directly.

Members

Variables

privBoolean
bool[1] privBoolean;
privInt
int[2] privInt;
privPointer
void*[6] privPointer;