Json To Xml
Converts JSON object or string into XML
Description
Converts a JSON object and a JSON string to a XML string.
The JSON properties will be used as tags.
JSON should be in the form of object to be correctly parsed.
Inputs
- Control Flow (Control Flow)
- source (Object): JSON object or string
- root tag (String): The tag to wrap the resulting xml. Default: root
Outputs
- Control Flow (Control Flow)
- result (String): XML string
- Error Flow (Error Flow): Triggered by providing incorrect json