could you, please, point me to some working xml -> json translation library for node.js?
请问,请指点我为node.js做一些工作的xml - > json翻译库吗?
A SAX-styled would be preferable to get things done while the xml file is still receiving.
当xml文件仍在接收时,SAX样式将更好地完成任务。
Thanks
谢谢
3 个解决方案
#2
4
You can try xml2js. I've tried it myself, but for really simple xml, so I'm not sure if it will work "while the xml file is still receiving".
你可以试试xml2js。我自己尝试过,但是对于非常简单的xml,所以我不确定它是否能够“在xml文件仍在接收时”。
#1
#2
4
You can try xml2js. I've tried it myself, but for really simple xml, so I'm not sure if it will work "while the xml file is still receiving".
你可以试试xml2js。我自己尝试过,但是对于非常简单的xml,所以我不确定它是否能够“在xml文件仍在接收时”。