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_BOOL
Interface/ORK/IF_JSON_NODE_BOOL
JSON Bool
InterfaceJSON Bool
Package
/ORK/JSON_NODE
Members
2
Description

Represents a JSON boolean node (true / false). Provides access to the boolean value and supports cloning, formatting/serialization, equality, and freezing via the base node interface.

Immutability contract: Any modifying operation must raise an exception if the node is frozen.

2 items
Methods
get
Method
Get boolean value

Parameters

NameDescriptionresultBoolean value (abap_true / abap_false)

Signature

METHODS get RETURNING VALUE(result) TYPE abap_bool.
set
Method
Set boolean value

Sets the boolean value of this JSON node. Must raise an exception if the node is frozen.

Parameters

NameDescriptionvalueBoolean value to set (abap_true / abap_false)

Signature

METHODS set IMPORTING !value TYPE abap_bool.
Repository11 packages · 112 objects
123 items