XML Playground

Edit XML with live JSON preview and validation.

Data
Valid

Loading editor…

XML → JSON (attributes prefixed with @)

{
  "?xml": {
    "@version": 1,
    "@encoding": "UTF-8"
  },
  "library": {
    "book": [
      {
        "title": "Structure and Interpretation",
        "author": "Abelson & Sussman",
        "year": 1985,
        "@id": 1,
        "@genre": "cs"
      },
      {
        "title": "The Pragmatic Programmer",
        "author": "Hunt & Thomas",
        "year": 1999,
        "@id": 2,
        "@genre": "cs"
      }
    ]
  }
}

About this playground

A live XML editor with two-way XML ↔ JSON conversion, attribute handling and syntax validation. Great for SOAP, RSS, SVG and config files.

Related Playground Tools