I'm trying to get my page to redirect me to another page but the URL is in an odd format.
This is what it looks like:
url =http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/geocodeAddresses?addresses={"records":[{"attributes":{"OBJECTID":1,"SingleLine":"380 New York St., Redlands, CA, 92373",}},{"attributes":{"OBJECTID":2,"SingleLine":"1 World Way, Los Angeles, CA, 90045",}}]}&sourceCountry=USA&token=&f=pjson.
I'm guessing I have to parse it somehow but I do not know how.