BlogGitHub
Reference/ORK/JSON/ORK/IF_JSON_PARSER
Interface/ORK/IF_JSON_PARSER
JSON Parser
Package
/ORK/JSON
Members
2
2 items
Methods
string
MethodPublic

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
MethodPublic

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 · 113 objects
124 items