Oops - forgot to include the TestObj definition:
public class TestObj
{
public var id:String;
public var hasChildren:Boolean = false;
public var children:Array;
}Nick.
Oops - forgot to include the TestObj definition:
public class TestObj
{
public var id:String;
public var hasChildren:Boolean = false;
public var children:Array;
}Nick.