Skip to content

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

asJSON - Canonical JSON Representation

The canonical JSON representation asJSON is the format of JSON data that is produced by a serialization of ABAP data using the identity transformation ID, or that is required for a deserialization using the identity transformation.

asJSON is based closely on asXML. From a conceptual perspective, a asJSON representation is produced by a restructuring of the asXML representation of this ABAP data to a JSON-XML representation, while keeping all value content. This means the same basic rules apply as for asXML. In particular, XML schema data types for the mapping of ABAP data types are also used in asJSON.

Description of the asJSON format:

Other versions: 7.31 | 7.40 | 7.54


Notes

  • asJSON only occurs in the identity transformation ID. In particular, asJSON is not generally needed for self-written transformations for JSON; JSON-XML is used directly instead.

  • A JSON-XML representation of asJSON is known as asJSON-XML. asJSON-XML is not used as an intermediate format in transformations, but the asJSON-XML associated with a asJSON representation can be created to analyze it and compare it with asXML.

Continue

asJSON - General Format

asJSON - Mapping of ABAP Data Types

asJSON - Mapping Additional XML Schema Data Types