XML to JSON
Convert XML documents to JSON.
{
"name": "ToolBelt",
"version": "1",
"features": {
"item": [
"text",
"color",
"dev"
]
}
}About this tool
Paste any XML document and get the JSON equivalent. Repeated child elements with the same name become JSON arrays automatically.