Convert JSON data to XML format with customizable options
Enter JSON data to convert to XML
Your converted data will appear here
JSON objects are converted to XML elements. Array items become multiple elements with the same tag name. Object properties become child elements, and you can configure attributes using the @ prefix.
Arrays are converted to multiple XML elements. For example, an array named 'items' with 3 objects becomes 3 'item' elements.
Yes! You can customize the root element name, attribute prefix, indentation, and whether to include the XML declaration.
Special XML characters (<, >, &, ', ") are automatically escaped to ensure valid XML output.