Link to home
Start Free TrialLog in
Avatar of David C
David CFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.NET get values from JSON response

Hi Experts, I have a Google Maps API query like http://maps.googleapis.com/maps/api/geocode/json?address=Leeds%20Train%20Station&sensor=false It returns a bunch of results. Within ASP.NET I need to be able to get the long_name and short_name and use it for other purposes in the code. Will I need an API key for this?
ASKER CERTIFIED SOLUTION
Avatar of Rahul Agarwal
Rahul Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial