header("Content-Type: application/json");
{ "name":"bob", "results": [33,33,44,55,11] }
view-source:http://search.twitter.com/search.json?q=earthquake JSON.parse(document.body.innerText).results[0]
curl -s 'http://search.twitter.com/search.json?q=sap' | python -mjson.tool