Toolzy

JSON to XML Converter

Convert JSON data into XML.

Input
Output

Transform a JSON object or array into equivalent, indented XML markup.

How to use

  1. Paste your JSON on the left.
  2. The XML appears on the right.
  3. Copy the converted XML.

Frequently asked questions

How are arrays handled?
Each array item is emitted as a repeated element with the same tag name.
Are special characters escaped?
Yes, &, <, > and quotes are XML-escaped in values.

Related tools