Converts the given Xml to a Json string.

Syntax

Smartsite SXML CopyCode image Copy Code
string xml.tojson(xml xml)

Parameters

Name Data Type Description
xml XML The XML.

Return Value

Data Type Description
String Json string
SXML