ABAP Keyword Documentation →  ABAP − Reference →  Data Interfaces and Communication Interfaces →  ABAP and JSON → 

Transformations for JSON

The transformations for XML that can be called from ABAP, namely XSL transformationen and simple transformations, can also be used JSON.

A JSON reader returns JSON data in JSON-XML format. The JSON data specified as a string or in an internal table is also handled like XML representing JSON data JSON-XML format.

Any XSLT programs and ST programs can be called that can handle JSON-XML:

Self-written transformations must be programmed accordingly. The identity transformation ID is handled appropriately internally.




Continue
Self-Written Transformations for JSON
Identity Transformations for JSON
asJSON - Canonical JSON Representation