Need some help with JSON parsing
I'm pretty much new to JQuery and know only some basics.
Now the problem is that I tried to parse the following JSON output - http://to.uri.st/search.js?c=51.5,-0.1 , but I have no idea how to even start (the only thing I got right is using $.getJSON()).
I want to be able to go through the JSON with $.each() and get the appropriate fields of every location (saving every such field in some variable).
Help with this one will be much appreciated.