Login to follow
XmlToJson

XmlToJson (ODC)

Stable version 0.1.4 (Compatible with ODC)
Uploaded on 16 Sep (2 days ago) 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 
  • Upgrade .net version to 10
  • Bump Newtonsoft.Json to 13.0.4
  • Bump OutSystems.ExternalLibraries.SDK to 1.7.0