Using JQuery getJSON method
- by nav
Hi,
I am attempting to pase a a JSON data using the JQuery getJSON function.
The REST query is:
http://query.yahooapis.com/v1/public/yql?q=select%20woeid%20from%20geo.places%20where%20text%20%3D%20%22london%22&format=json&jsoncallback=?
The script I'm using to parse 'data' to obtain the WOEID value doesnt seem to work below:
…