$(function() {$.ajax({ type:"GET", url:"list.json", dataType:"json", success:function(iJson){ var test = eval(iJson); alert(test[0][0].TITLE); }, error:function(){ alert("error"); }});});