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

http://open.mapquestapi.com/nominatim/v1/reverse.php?format=json&json_callback=renderexamplethreeresults&lat=30.718263&lon=76.694216

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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -