code.liveNewsScore
Back to Tools

XML to JSON

Paste XML markup and convert it to formatted JSON in your browser.

XML

JSONjson
{
  "person": {
    "name": "John Doe",
    "age": 32,
    "tags": {
      "tag": [
        "developer",
        "AI"
      ]
    }
  }
}