I'm parsing a generic JSON to a XML using net.sf.json. (I'm not using POJO Obj in the conversion) Json that I'm converting:
{ "root": { ...
So I'm sitting here with Google Geocoder, which returns an XML via 'GOOGLE_URL/xml?address=input&sensor=false'. I need to fetch it by using Java and parse it into a JSON object and send it onwards. How ...
Are there any packages you recommend for processing XML and JSON data?