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_WALK/ORK/IF_JSON_PATH
Interface/ORK/IF_JSON_PATH
JSON Path
InterfaceJSON Path
Package
/ORK/JSON_WALK
Members
4
4 items
Methods
field
Method
Add field to JSON path.

Parameters

NameDescriptionnameName of the JSON fieldselfUpdated JSON path reference

Signature

METHODS field IMPORTING !name TYPE string
                RETURNING VALUE(self) TYPE REF TO /ork/if_json_path.
index
Method
Add index to JSON path.

Parameters

NameDescriptionindexZero-based array indexselfUpdated JSON path reference

Signature

METHODS index IMPORTING !index TYPE i
                RETURNING VALUE(self) TYPE REF TO /ork/if_json_path.
segments
Method
Return JSON path segments.

Parameters

NameDescriptionresultTable of JSON path segments

Signature

METHODS segments RETURNING VALUE(result) TYPE /ork/if_json_path_segment=>ty_tt.
to_string
Method
Return JSON path as string.

Parameters

NameDescriptionresultString representation of path

Signature

METHODS to_string RETURNING VALUE(result) TYPE string.
Repository11 packages · 112 objects
123 items