Parameters
resultSignature
METHODS get RETURNING VALUE(result) TYPE abap_bool.
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.
resultMETHODS get RETURNING VALUE(result) TYPE abap_bool.Sets the boolean value of this JSON node. Must raise an exception if the node is frozen.
valueMETHODS set IMPORTING !value TYPE abap_bool.