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 Document | The 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 Transformation | The 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. |
Output | The expected result. The view updates automatically when changes are made to the JSON document or the JSONata transformation. |