Skip to main content
Version: 5.5

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.

PropertyDescription
JSON documentThe input document in JSON format to which queries and transformations are applied is transferred at runtime. If no documents are transferred, the document configured here is used.
JSONata transformationThe JSONata transformation that is applied to the input documents is created. Applying the transformation creates 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.