Blog
IO App – XML To JSON Converter
There are a lot of online converters out there that will take XML file contents and turn it into JSON. I decided to make my own and then show how simply this can be done with modern JavaScript: How Does It Work? The code which makes this work is given Read more…