Returns a new iterator instance positioned at the beginning of the underlying JSON Node sequence.
@parameter result |Signature
METHODS iterator RETURNING VALUE(result) TYPE REF TO /ork/if_json_node_iterator.
| Library | Role | Version | License |
|---|---|---|---|
| Astro | Site framework | 6.3.1 | MIT |
| Astro React | React integration | 5.0.4 | MIT |
| Astro Sitemap | Sitemap generation | 3.7.2 | MIT |
| UI5 Web Components | UI primitives | 2.22.0 | Apache-2.0 |
| UI5 Web Components Fiori | Fiori shell components | 2.22.0 | Apache-2.0 |
| UI5 Web Components Icons | Icon set | 2.22.0 | Apache-2.0 |
| UI5 Web Components React | React wrappers | 2.22.0 | Apache-2.0 |
| React | UI runtime | 19.2.6 | MIT |
| React DOM | DOM renderer | 19.2.6 | MIT |
| Shiki | Syntax highlighting | 4.0.2 | MIT |
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.
@parameter result |METHODS iterator RETURNING VALUE(result) TYPE REF TO /ork/if_json_node_iterator.