JSONata

JSONata (ODC)

Stable version 1.2.0 (Compatible with ODC)
Uploaded on 31 Jan by valantic LCS
JSONata

JSONata (ODC)

Documentation
1.2.0

To use this component, add a reference to the Transform action in the JSONata module.

The Transform action takes two input parameters

  • json - This is the serialized JSON document you want to transform and/or manipulate
  • transform - This is the transform expression you want to apply to the document

Returns

  • result - contains the transformed/manipulated JSON document

For examples on how to transform JSON document read my article Transform Transform JSON Data with JSONata in OutSystems (without.systems)


Source code for this library: stefan-d-p/odc-jsonata-library: JSONata transformation library for OutSystems Developer Cloud (github.com)