Any recommendation for xml to json for Node.js?

前端 未结 8 696
面向向阳花
面向向阳花 2020-12-08 15:14

I\'ve installed node-xml but I don\'t think it works the way I expect. and it doesnt\' have example. any recommendation for xml-2-json (js) for node.js? I also looked a

相关标签:
8条回答
  • 2020-12-08 15:38

    Where do you see that xml2js is deprecated? It has recent activity (as of March 2013) and has worked great with node 0.8.

    I use it and am happy with it!

    0 讨论(0)
  • 2020-12-08 15:48

    easyxml is by far my favorite. I love the way it auto-pluralizes arrays.

    0 讨论(0)
提交回复
热议问题