Description Usage Arguments Value Examples
json2XML
Convert a JSON string into a well-formed, element-normal XML string.
1  | json2XML(jsonString)
 | 
jsonString | 
 A character string of JSON text  | 
An XML string to be parsed containing the structured data from the JSON string.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.