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/SINGLETON/ORK/IF_SI_JSON_PARSE
Interface/ORK/IF_SI_JSON_PARSE
JSON parser (Singleton)
InterfaceJSON parser (Singleton)
Package
/ORK/SINGLETON
Members
2
Description

Provides methods to parse JSON content from strings or byte sequences into JSON node trees.

2 items
Methods
string
Method

Parses a JSON string into a JSON node tree.

Parameters

NameDescriptionjsonJSON content as a stringresultReference to the root JSON node of the parsed content

Signature

METHODS string IMPORTING !json TYPE string
                 RETURNING VALUE(result) TYPE REF TO /ork/if_json_node.
bytes
Method

Parses a JSON byte sequence into a JSON node tree.

Parameters

NameDescriptionjsonJSON content as an xstringencodingCharacter encoding of the byte sequence (default UTF-8)resultReference to the root JSON node of the parsed content

Signature

METHODS bytes IMPORTING !json TYPE xstring
                          !encoding TYPE REF TO /ork/if_encoding DEFAULT /ork/cl_encoding=>utf8
                RETURNING VALUE(result) TYPE REF TO /ork/if_json_node.
Repository11 packages · 112 objects
123 items