Loading...
IT Tools
简体中文
XML to JSON
Your XML content
<a x="1.234" y="It's"/>
Converted JSON
{ "a": { "_attributes": { "x": "1.234", "y": "It's" } } }
Copy JSON