Those of you who follow the author on Github may have noticed that he recently added a new project called prettyPrint. “PrettyPrint” is a JavaScript dumper of variables for JavaScript similar to cfdump for ColdFusion. It allows you to display objects of any type in the form of tables for viewing during debugging. See an example .
Highlights:
Completely independent, does not require any additional CSS or images.
Supports objects with unlimited nesting.
All JavaScript data types are supported, as well as DOM elements.
It is protected from recursive references to objects.
Allows you to set the display depth for the object.