Mega Code Archive
Using ObjectUtil to dump an objects properties
import mx.collections.ArrayCollection;
import mx.utils.ObjectUtil;
public var myAC:ArrayCollection = new ArrayCollection([
{label:"J", data:"j"},
{label:"T", data:"t"},
{label:"F", data:"f"}
]);