Parses a JSON string into a JSON node tree.
Parameters
jsonresultSignature
METHODS string IMPORTING !json TYPE string
RETURNING VALUE(result) TYPE REF TO /ork/if_json_node.
| Library | Role | Version | License |
|---|---|---|---|
| Astro | Site framework | 6.3.1 | MIT |
| Astro React | React integration | 5.0.4 | MIT |
| Astro Sitemap | Sitemap generation | 3.7.2 | MIT |
| UI5 Web Components | UI primitives | 2.22.0 | Apache-2.0 |
| UI5 Web Components Fiori | Fiori shell components | 2.22.0 | Apache-2.0 |
| UI5 Web Components Icons | Icon set | 2.22.0 | Apache-2.0 |
| UI5 Web Components React | React wrappers | 2.22.0 | Apache-2.0 |
| React | UI runtime | 19.2.6 | MIT |
| React DOM | DOM renderer | 19.2.6 | MIT |
| Shiki | Syntax highlighting | 4.0.2 | MIT |
Provides methods to parse JSON content from strings or byte sequences into JSON node trees.
Parses a JSON string into a JSON node tree.
jsonresultMETHODS string IMPORTING !json TYPE string
RETURNING VALUE(result) TYPE REF TO /ork/if_json_node.Parses a JSON byte sequence into a JSON node tree.
jsonencodingresultMETHODS 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.