Your Company
Fancy Tools
Home
About
Privacy Policy
English
Log in
Sign up
Open user menu
Open main menu
XML 转 JSON
将 XML 转换为 JSON
XML to JSON Converter
Your XML content
<a x="1.234" y="It's"/>
Converted JSON
{
"a"
:
{
"_attributes"
:
{
"x"
:
"1.234"
,
"y"
:
"It's"
}
}
}
复制