Returns a new iterator instance positioned at the beginning of the underlying JSON Node sequence.
Parameters
resultreturn result New iterator instance
Signature
METHODS iterator RETURNING VALUE(result) TYPE REF TO /ork/if_json_node_iterator.
Combines enumerable and enumerator behavior for JSON nodes. The instance acts both as a collection and as its own iterator.
Provides:
Conceptually equivalent to a combined IEnumerable and IEnumerator pattern.
Returns a new iterator instance positioned at the beginning of the underlying JSON Node sequence.
resultreturn result New iterator instance
METHODS iterator RETURNING VALUE(result) TYPE REF TO /ork/if_json_node_iterator.