ardoJSON is an extension that aims to provide a simple interface to processing JSON data. The goal is that no extension coding is required, you only have to define the relevant structures in OutSystems and the extension will do the rest for you.
It is capable of serializing any data from the OutSystems Platform into JSON, and it is capable of de-serializing JSON into a compliant OutSystems structure.
Feature List
Based on JSON.NET in the .NET stack (Version 11.0.0)
Serializes any OutSystems value into meaningful JSON
Understands most common date formats
Can build OutSystems records out of provided JSON
Can perform JSON Path manipulations
Changed
Fixed
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)
MIT License (https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md)