Convert XML to JSON (and back) using Javascript

后端 未结 12 1506
Happy的楠姐
Happy的楠姐 2020-11-22 03:18

How would you convert from XML to JSON and then back to XML?

The following tools work quite well, but aren\'t completely consistent:

  • xml2json
12条回答
  •  一向
    一向 (楼主)
    2020-11-22 03:45

    I think this is the best one: Converting between XML and JSON

    Be sure to read the accompanying article on the xml.com O'Reilly site, which goes into details of the problems with these conversions, which I think you will find enlightening. The fact that O'Reilly is hosting the article should indicate that Stefan's solution has merit.

提交回复
热议问题