+ 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.
1 Resposta
+ 2
almost all the time the answer will be a yes, JSON parsers are native in a lot of languages now