I have the following JSON object:
[ { "comments": [ { "created_at": "2011-02-09T14:42:42-08:0
That's because your base object is an array as well.
console.log(dataJS[0].comments[0]);
I suspect that would work