Returns the node at the given one-based index. If the index is out of range, the optional fallback is returned (if provided).
Parameters
indexfallbackresultSignature
METHODS get IMPORTING !index TYPE i
fallback TYPE REF TO /ork/if_json_node OPTIONAL
RETURNING VALUE(result) TYPE REF TO /ork/if_json_node.