Is there an online JSON to XML converter? [closed] Is there an online JSON to XML converter? [closed] xml xml

Is there an online JSON to XML converter? [closed]


Sure there is: http://www.utilities-online.info/xmltojson/

(URL fixed to moved location. This comment necessary to meet minimum edit requirements.)


Another onehttp://json.online-toolz.com/tools/xml-json-convertor.php

But it skips some data:

<test>  <el id="1">content</el></test>

you'll get

{"test":{"el":"content"}}

So id attribute will be lost.