c# - Store json in variable -
i trying tracking json in response not in correct format. want replace make in correct format. want store returned json data in string variable. note: want store json , dont want deserialize it. there way so? tracking link
but json in response not in correct format. want replace make in correct format
it jsonp, json response remove json_callback=renderexamplethreeresults
parameters url.
new url is:
http://open.mapquestapi.com/nominatim/v1/reverse.php?format=json&lat=30.718263&lon=76.694216
Comments
Post a Comment