XML 转 JSON
把 XML 数据源或导出文件转成 JSON,读起来更清楚,写代码处理起来也轻松得多。
来自
To
XML
A tag-based data format still common in enterprise systems, feeds, and older APIs.
JSON
The data format of the web. Structured, readable, and understood by every programming language.
把 XML 数据源或导出文件转成 JSON,读起来更清楚,写代码处理起来也轻松得多。
A tag-based data format still common in enterprise systems, feeds, and older APIs.
The data format of the web. Structured, readable, and understood by every programming language.