for (var i:int = 0; i < customers.length; i++) { for each (var value:* in customers[i]) { trace("Names", JSON.parse(value).name); } }