var t="{"firstName": "cyra", "lastName": "richardson"}"; var obj = eval("(" + t + ")");
for(var str in obj){ alert(str+"="+obj[str]); }