XMLTOJSON
Converts an valid XML string into JSON and returns it as string.
Syntax
Example
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>=CS.SPARK_XMLTOJSON(A1){
"note": {
"to": "Tove",
"from": "Jani",
"heading": "Reminder",
"body": "Don't forget me this weekend!"
}
}Last updated
