Ver originalvar obj = { image : "image" };alert(obj.image);var obj = { "image" : "image" };alert(obj.image);