JSON and XML Conversion

JSON and XML Conversion

JSON and XML conversion is an easy-to-use tool that allows you to convert JSON to XML. Copy, paste, and convert.

It provides the following features:

  1. Online generation of XML from JSON strings (JSON to XML).
  2. Online generation of JSON strings from XML (XML to JSON).
  3. You can use the "Download" button to download the converted JSON/XML data file

How to use JSON and XML conversion online?

  1. Enter or paste your JSON string in the text area above.
  2. Click the "JSON to XML" button to generate your XML code. Or click the "XML to JSON" button to generate your JSON string code.
  3. Click the "Copy" button to paste it into your clipboard; you can also download the result file.

JSON to XML Example

Input JSON string code:

{
"id":1,
"name":"John",
"age":24}

Output XML result:

 1 John 24