Convert an XML document to the equivalent JSON.
This library uses NewtonSoft.Json's JsonConvert.SerializeXmlNode function to convert an XML document to JSON.
This is a port of the O11 XmlToJson to ODC. A big word of appreciation to the OutSystems Community team who created and is maintaining this component in O11:
This library uses NewtonSoft.Json's JsonConvert.SerializeXmlNode function for the heavy lifting, meaning that any limitations this asset has are due to that function.
The MIT License (MIT) (https://opensource.org/license/mit/)