Functions -
xmlutils
fromJSON | Converts a JSON object to an XML representation. |
fromTable | Converts a table to its xml representation. |
Converts a JSON object to an XML representation.
Parameters
- j json
-
The json source
- options JsonOptions (default {})
-
JsonOptions struct for JSON to XML conversion properties
-
Return Type
(xml | error) XML representation of the given JSON