JadeJsonObjectIterator Class

JadeJsonObjectIterator implements the JadeIteratorIF interface and allows you to iterate through the property names and values of its linked JadeJsonObject. Properties on a JadeJsonObject are stored in an unordered fashion and no particular order of iteration can be relied on.

Using a JadeJsonObjectIterator is invalid outside of the node on which the JadeJsonObject to which it is linked was created. Attempting to call methods on a JadeJsonObjectIterator or using it in a foreach loop raises exception 1443 (MemoryAddress is not valid for current Node).

For details about the methods defined in the JadeJsonObjectIterator class, see "JadeJsonObjectIterator Methods", the following subsection.

Object

(None)

2022.0.04 and higher