JSON Parser Xojo plugin

JSONObject.CreateIterator Method

Creates iterator to iterate through the JSONObject.

CreateIterator() as JSONObjectIterator

Parameters

Returns

JSONObjectIterator
Returns new iterator object or nil if the JSONObject was empty.

Remarks

See Also

JSONObject Class