BlogGitHub
Reference/ORK/JSON_NODE/ORK/IF_JSON_NODE_BOOL
Interface/ORK/IF_JSON_NODE_BOOL
JSON Bool
Package
/ORK/JSON_NODE
Interfaces
/ORK/IF_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
MethodPublic
Get boolean value

Parameters

NameDescriptionresultBoolean value (abap_true / abap_false)

Signature

METHODS get RETURNING VALUE(result) TYPE abap_bool.
set
MethodPublic
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 · 113 objects
124 items