The JSON is pulled in just fine, but when I try to access the information I get the unexpected token error.Code:var info = eval(req.responseText); // req.responseText = {id: 2, title: "KVillains", description: "KVillains are an American punk rock band from Knoxville, TN and signed with Silverstone Records in Los Angeles, CA.", url: "http://kvillains.com"} alert(info.title[0]._text);
Any ideas?



Reply With Quote




Bookmarks