Hi Daniel
I'm trying to build a library using LinqJS to facilitate Linq based operations on the enumerations in which I would need the record/recordlist to be converted to a JSON object instead of processing a JSONSerialize to stringify and pass that to the Javascript API client actions as text and then Parse it to JSON in the API.
While debugging the application I have notice JSONUtils.js that utilizes DataConversion.js to convert the Outsystems REcord/RecordList to a JSON.