I wonder if there is an online JSON to XML converter I can use.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Sure there is: http://jsontoxml.utilities-online.info/ |
|||
|
You can try these: http://www.thomasfrank.se/xml_to_json.html |
|||
|
|
|
Another one http://json.online-toolz.com/tools/xml-json-convertor.php But it skips some data:
you'll get
So id attribute will be lost. |
||||
|
|
|
Recently I was learning EmberJS so I have built another one XML to JSON online tool. It have an option to include attributes or not. Check it out http://dfsq.info/xml2json. |
|||
|
|