JSON Parser Xojo plugin

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

JSONObjectIteratorPrivate constructor since instances of this class can only be created with the CreateIterator function on the JSONObject class.

Properties

HasValueReturns True if the Iterator has value at current iteration element.
KeyReturns key for the current iteration element.
ValueReturns value for the current iteration element.

Methods

MoveNextMoves to next element in the iterator.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS