JSON to XML
Convert JSON data to XML format. Useful for systems that require XML input or legacy integrations.
JSON Input
XML Output
Root element defaults to
root
.About the conversion
- Objects become XML elements
- Arrays create repeated child elements named after the parent key or
item
when ambiguous - Primitive values become element text nodes
null
becomes an empty element