If the data you want to consume with JavaScript comes only in XML(from legacy system), is it worth converting to JSON first? It is a lightweight 10 tags XML file. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

If the data you want to consume with JavaScript comes only in XML(from legacy system), is it worth converting to JSON first? It is a lightweight 10 tags XML file.

4th May 2016, 3:27 PM
Eric Ohtake
Eric Ohtake - avatar
1 Answer
+ 2
almost all the time the answer will be a yes, JSON parsers are native in a lot of languages now
11th May 2016, 6:56 PM
David Lee
David Lee - avatar