Simple extension that convert XML content to a JSON string
Implementation of the Newtonsoft library.
XML string as input, JSON string as output
You can use together with ardoJSON, for example to serialize the JSON into OutSystems Records
Added optional ArrayNodes list to indicate which nodes need to become arrays in JSON. Also renamed the action from "getJSON" to "XmlToJson" for great justice.