often.cloud
source
Theme
← all tools
JSON → XML
Formatting
Emit XML from a JSON tree (use @attr keys for attributes, #text for body).
JSON
{ "note": { "@priority": "1", "to": "User", "from": "often.cloud", "body": "Try this!" } }
XML
Copy
<?xml version="1.0" encoding="UTF-8"?> <note priority="1"> <to>User</to> <from>often.cloud</from> <body>Try this!</body> </note>