Effective way to parse xml to JSON format to get the data dynamically
Trying to parse XML and to store it in json format. I want to do dynamically,so that for different api keys it will also work. How to change this to dynamically to retrieve data from XML and pass it in…