有时候需要在前台用到xml的解析,并且可能需要解析后再重新生成xml字符串,这个时候就可以用到fast-xml-parser了。
优点
使用简单,主要有两个对象,分别是XMLParser和XMLBuilder。
主要需要关注的属性有 ignoreAttributes 和 suppressEmptyNode 。
npm库地址
https://www.npmjs.com/package/fast-xml-parser
测试地址
https://naturalintelligence.github.io/fast-xml-parser/