EinhugurJSON.JSONObjectIterator Class (console safe)
Iterator object to Iterate trough JSONObject (Dictionary) class. Instance of this class is created with the CreateIterator function on the
JSONObject class.
Object
JSONObjectIterator
class EinhugurJSON.JSONObjectIterator
Constructors
JSONObjectIterator | Private constructor since instances of this class can only be created with the CreateIterator function on the JSONObject class. |
Properties
HasValue | Returns True if the Iterator has value at current iteration element. |
Key | Returns key for the current iteration element. |
Value | Returns value for the current iteration element. |
Methods
MoveNext | Moves to next element in the iterator. |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS