lo que estoy intentando hacer es esto
Cita: var json = $.getJSON("ajax.php");
for(var i in json){
alert(i.goalone)
}
el array json es este
Cita: [{"id":"1","goalone":"#leysinde","goaltwo":"","goal three":"","keywordone":"no","keywordtwo":"votes"," keywordthree":"voto","keywordfour":"ley","keywordf ive":"te","keywordsix":"","url":"http:\/\/search.twitter.com\/search.atom?q=%23leysinde&rpp=10"},{"id":"2","goal one":"#animsabidal","goaltwo":"","goalthree":"","k eywordone":"abidal","keywordtwo":"animo","keywordt hree":"mejor","keywordfour":"tumor","keywordfive": "higado","keywordsix":"","url":"http:\/\/search.twitter.com\/search.atom?q=%23animsabidal&rpp=10"}]
cuando ejecuto me dice que no está definido, alguna sugerencia?