createIterator

createIterator(): JadeIteratorIF;

The createIterator method of the JadeJsonObject class returns an implementation of the JadeIteratorIF interface, which can be used to iterate through the property values. The returned object that implements the JadeIteratorIF interface is guaranteed to be of type JadeJsonObjectIterator, which can be used to iterate through the property names and also the property values with its currentPropertyName method.

2022.0.04 and higher