@libs/xml
π¦ Playground
Parse
Stringify
XML document
Transform XML to JSON.
hello
world
monde
δΈη
π
42
true
content
JSON document
Transform JSON to XML.
{ "@version": "1.0", "@encoding": "UTF-8", "root": { "#comments": [ "This is a comment" ], "text": "hello", "array": [ "world", "monde", "δΈη", "π" ], "number": "42", "boolean": "true", "complex": { "#text": "content", "@attribute": "value" } } }