var temp:Array=new Array(); temp[0] = new Object(); temp[0].id = 1; temp[0].name = "qwerty";
var temp:Array=[{id:1, name:"qwerty"}];