Skip to main content
Version: Next

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

  • Source (Object): JSON object or string
  • Root Tag (String): The tag to wrap the resulting xml. Default: root

Outputs

  • Result (String): XML string
  • Error Flow (Error Flow): Triggered by providing incorrect json