JSON to XML converter
Generate XML from JSON for systems that still require it. Arrays become repeated elements and the output is indented and well formed.
Tooloat runs in your browser and needs JavaScript. It opens in a moment, and your files are processed on your device.
How it works
- Paste your data or open a file.
- Choose the input and output formats.
- Copy or download the converted data.
Why use it
- Well formed output.
- Arrays to repeats.
- Pretty printed.
- Private.
Questions and answers
Which root element is used?
A root element is added when the JSON has more than one top level key.
Can I convert back?
Yes, with the XML to JSON option.
Related tools
- Convert JSON, CSV, YAML and XMLSwitch data between formats without a script.
- XML to JSON converterTurn XML feeds and documents into JSON you can use in code.
- JSON formatter and validatorPaste JSON and get it pretty printed, minified or key sorted.
- JSON to YAML converterTurn JSON into readable YAML for configuration files such as Kubernetes and CI pipelines.