Convert between JSON and XML formats with structure preservation.
拖放文件到此处,或点击浏览
Supports .json and .xml files
Auto-detect will try to identify the input format automatically.
隐私: 此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。
{"person":{"name":"John","age":30}}<person><name>John</name><age>30</age></person>
{"array":[1,2,3],"object":{"key":"value"}}A: Yes, XML attributes are converted to JSON properties.
A: Yes, options for indentation and formatting.
此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。