Copy-paste your JSON here

Converted XML

JSON to XML Converter

Features

  • Convert JSON to XML: Transform JSON data into XML format.
  • Customizable Options: Set attribute prefixes, text node names, root names, and array item names.
  • Error Handling: Displays detailed error messages for invalid JSON input.
  • Save Results: Copy or save the converted XML file.

How to Use

  1. Input JSON Data:

    • Paste or type your JSON content into the input editor.
  2. Set XML Options:

    • Configure options such as attribute prefix, text node name, root name, and array item name.
  3. Convert to XML:

    • Click the "Convert" button to transform the JSON data into XML format.
  4. View and Save Results:

    • The converted XML data will appear in the output editor.
    • Copy the result or save it as a file.

Example

JSON to XML Example

Input JSON:

{
  "Name": "Alice",
  "Age": 30,
  "City": "New York"
}

Output XML:

<root>
  <Name>Alice</Name>
  <Age>30</Age>
  <City>New York</City>
</root>

© 2025 NesTool. All rights reserved.