...
Converts an object or JSON string to XML.
Syntax
toXML(input, root)
Argument | Type | Description |
---|---|---|
input | Object JSON String | The object or JSON string to be converted to XML. |
root | String | The name given to the root element. |
Example
Code Block | ||
---|---|---|
| ||
toXML(getCo, "CompaniesData") |
...