$.getJSON("http://undershot.ru/my.json",function(a){ for(i in a.response){ if(a.response[i].user_id==1) alert(a.response[i].message) }; })