Convert XML to JSON in Node
· ☕ 4 min read
Here’s a quick demo of how you can convert XML to JSON in NodeJS.
Problem You are given a slew of XML files and you have to convert them to JSON.
But why JSON?
It takes lesser space Faster and easier to work with What are we dealing with here?