Parse
Stringify
XML document
Transform XML to JSON.
hello
world
monde
δΈη
π
42
true
content
JSON document
Transform JSON to XML.
{ "root": { "text": "hello", "array": ["world", "monde", "δΈη", "π"], "number": 42, "boolean": true, "complex": { "@attribute": "value", "#text": "content" } } }
Result
Parsed document.