April 6th, 2005
mx.data.binding.ObjectDumper
Tired of using trace and getting [object Object],[object Object],[object Object], etc and then having to write a recursive function to burrow down through the entire object. Jen deHaan (http://www.markme.com/dehaan/) posted up a really cool tidbit on using ObjectDumper.
Article: Hidden component goodness: ObjectDumper
Here's the code sample from Jen's blog, with additional info on the [...]
