Skip to main content
Version: 5.3

JSON Transformation

The JSON Transformation transfer object allows queries and transformations to be applied to JSON documents. The input and output format is JSON. JSONata is used as the transformation language. Create a JSON transfer object within the connection, as described. The transfer object can be projected without additional configuration; a plug-in configuration is not necessary.

JSON DocumentThe input document in JSON format, to which queries and transformations are applied, is passed at runtime. If no documents are passed, the document configured here is used.
JSONata TransformationThe JSONata transformation applied to the input documents is generated. Applying the transformation results in a new JSON document that can be further processed with the JSON Read transfer object. If no transformations are passed at runtime, the transformation configured here is used.
OutputThe expected result. The view updates automatically when changes are made to the JSON document or the JSONata transformation.