JSON to XML Converter
This online tool allows you to convert a JSON file into an XML file. This process is not 100% accurate in that XML uses different item types that do not have an equivalent JSON representation.
The following rules will be applied during the conversion process:
- A default root element is created
- JSON array entries are converted to individual XML elements
- All JSON property values will be converted to #text item types
- Offending characters will be XML escaped
*Files bigger than 1 meg will not be formatted to a tree structure for performance reason. They will instead be formatted to a plain text format.