Hello
I tried to obtain the JSON contents that is returned when accessing the results of this MapQuest service. To do it on the web, I write this on a browser
http://open.mapquestapi.com/directi...}},{latLng:{lat:53.9593817,lng:-1.0814175}}]}
and it outputs the JSON format with the info.
How can I capture that output so that I can parse it with JSON?
I read the HttpUtils2 and JSON tutorials but so far haven't made any progress. I still cannot get the actual JSON string at all!
Thank you!
Adrian
I tried to obtain the JSON contents that is returned when accessing the results of this MapQuest service. To do it on the web, I write this on a browser
http://open.mapquestapi.com/directi...}},{latLng:{lat:53.9593817,lng:-1.0814175}}]}
and it outputs the JSON format with the info.
How can I capture that output so that I can parse it with JSON?
I read the HttpUtils2 and JSON tutorials but so far haven't made any progress. I still cannot get the actual JSON string at all!
Thank you!
Adrian