I want to extract the location and its latlng from a JSON string returned by the MapQuest Geocoder Api in java.
Asked
Active
Viewed 242 times
0
-
I use org.json as mentioned [here](http://stackoverflow.com/questions/2591098/how-to-parse-json-in-java). – MQBrian Dec 06 '16 at 16:19
1 Answers
0
Convert the JSON response to an Object using Jakson and get the latlng from the object.
JSON to Java Object tutorial might help.