I am getting json response from this google api service to get reverse geo location from lat and long.
http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true
In the response JSON there are lot of rack [] of same names. How I can parse this JSON with newtonsoft to get country name.
1 Answer