GitHub
LibrariesOpen source libraries used to build this documentation site.
LibraryRoleVersionLicense
AstroastroSite framework6.3.1MIT
Astro React@astrojs/reactReact integration5.0.4MIT
Astro Sitemap@astrojs/sitemapSitemap generation3.7.2MIT
UI5 Web Components@ui5/webcomponentsUI primitives2.22.0Apache-2.0
UI5 Web Components Fiori@ui5/webcomponents-fioriFiori shell components2.22.0Apache-2.0
UI5 Web Components Icons@ui5/webcomponents-iconsIcon set2.22.0Apache-2.0
UI5 Web Components React@ui5/webcomponents-reactReact wrappers2.22.0Apache-2.0
ReactreactUI runtime19.2.6MIT
React DOMreact-domDOM renderer19.2.6MIT
ShikishikiSyntax highlighting4.0.2MIT
Docs/ORK/JSON_NODE/ORK/IF_JSON_NODE_ITERATOR
Interface/ORK/IF_JSON_NODE_ITERATOR
JSON Node Iterator
InterfaceJSON Node Iterator
Package
/ORK/JSON_NODE
Members
1
Description

Combines enumerable and enumerator behavior for JSON nodes. The instance acts both as a collection and as its own iterator.

Provides:

  • Forward iteration via move_next
  • Access to the current node via current
  • Resetting the iteration state via reset
  • Creation of a new reset iterator via iterator

Conceptually equivalent to a combined IEnumerable and IEnumerator pattern.

1 item
Methods
iterator
Method
return result New iterator instance

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.
Repository11 packages · 112 objects
123 items