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/ORK/IF_JSON_WRITER
Interface/ORK/IF_JSON_WRITER
JSON Writer
InterfaceJSON Writer
Package
/ORK/JSON
Members
6
6 items
Methods
write_array
Method
Write JSON array node.

Parameters

NameDescriptionnodeJSON array node to write

Signature

METHODS write_array IMPORTING !node TYPE REF TO /ork/if_json_node_array.
write_bool
Method
Write JSON boolean node.

Parameters

NameDescriptionnodeJSON boolean node to write

Signature

METHODS write_bool IMPORTING !node TYPE REF TO /ork/if_json_node_bool.
write_null
Method
Write JSON null node.

Parameters

NameDescriptionnodeJSON null node to write

Signature

METHODS write_null IMPORTING !node TYPE REF TO /ork/if_json_node_null.
write_number
Method
Write JSON number node.

Parameters

NameDescriptionnodeJSON number node to write

Signature

METHODS write_number IMPORTING !node TYPE REF TO /ork/if_json_node_number.
write_object
Method
Write JSON object node.

Parameters

NameDescriptionnodeJSON object node to write

Signature

METHODS write_object IMPORTING !node TYPE REF TO /ork/if_json_node_object.
write_string
Method
Write JSON string node.

Parameters

NameDescriptionnodeJSON string node to write

Signature

METHODS write_string IMPORTING !node TYPE REF TO /ork/if_json_node_string.
Repository11 packages · 112 objects
123 items