Simple.Tools -> JSON to XML
Convert structured JSON into XML for integrations, feeds, and legacy systems.
JSON Input
{ "company": "Simple.Tools", "employees": [ { "id": 1, "name": "Alice" }, { "id": 2, "name": "Bob" } ], "active": true }
Root Node Name
Convert to XML
Copy XML
Reset
Clear
XML Output