XmlToJson

XmlToJson (ODC)

Stable version 0.1.3 (Compatible with ODC)
Uploaded on 11 October 2024 by OutSystems Labs
XmlToJson

XmlToJson (ODC)

Details
Detailed Description

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:

  • Tiago Bojikian Costa Vital
  • Borislav Shumarov
  • Kilian Hekhuis
Limitations

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.

Release notes 

Bump OutSystems.ExternalLibraries.SDK to version 1.5.0