
Title | JSONata Transform |
Type | Library |
Modules | 1 |
Tags
- transformation service
JSONata is an utility library for complex transformation of JSON documents. OutSystems data structures along with JSON deserialization have limitations, e.g. recursive structures are not supported. This is where JSONata can help. With JSONata you can flatten document structures to suit your needs and make them deserializable by OutSystems. You can also extend or reduce documents, add computed attributes and lots of other things.
This component is named after JSONata - query and transformation language. On their website is also a playground available to tryout various transformation rules.
This component uses the native c# JSONata library by Mikhail Bark.