Data

JSON XML

Convert JSON to XML free. No signup. Files deleted after 1 hour.

Max 50MB5 conversions/hourView Basic and Pro plans →

About JSON to XML

Convert a JSON object into well-formed XML. Useful when integrating with legacy SOAP services or any system that hasn't moved off XML yet.

Frequently asked questions

What name does the root element get?

'root' by default. Change it in the options panel to match your schema.

How are arrays converted?

Each array item becomes a repeating element named after the property. JSON's [1,2,3] under 'tag' becomes three <tag> elements.