We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XML解析为json ,json生成为XML
stringfy
parse
let json = XML.parse(str) console.log(json) let xml = XML.stringify(json)