XML ↔ JSON Converter
Convert between XML and JSON formats
Output will appear here...
Conversion Notes
XML Attributes
XML attributes are converted to @attributes object in JSON
Text Content
Text nodes are converted to #text property in JSON
Arrays
Multiple elements with same name become arrays
Root Element
JSON to XML uses first key as root element name