JSON to XML Converter

Example:
JSON: {"name":"John"} XML: John
Convert JSON objects to XML format. Useful for legacy systems and SOAP APIs.
Try JSON Lab →

FAQs

How are arrays converted?

Array items become repeated XML elements with the same tag name.