I'm facing a problem which should be really simple to solve, but I am lost as of now.
I have a url: http://search.twitter.com/search.json?q=bacon
Using JavaScript (not JQuery or php. Just JavaScript), I want to read this JSON string and parse it. That's it.
Thanks!