If I am given the following data by a web-service:
{
\"d\": [
{
\"col1\": \"col 1 data 1\",
\"col2\": \"col 2 data 1\"
alert( data.d[1].col1 ) ;
In human:
May I suggest console.log? In Chrome and with Firefox/Firebug it will give you a nice log message which tells you more about your data.