jsDump.parse(object)
returns a string containing a human-readable representation of object
jsDump is like Mozilla’s toSource(), but cross-browser.
jsDump was originally developed by Ariel Flesler. This fork based on version 1.0.0.
inspect()
from Node.js sys modulerepr()
from Narwhal’s util moduleconsole._source_of()
from Console.js
Run tests from command line:
$ narwhal tests/*_test.js
To run tests in the browser open tests/index.html
Use jQuery coding style. Basically, use tabs instead of spaces.