Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.03 KB

jsDump

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.

Analogs

Run tests from command line:

$ narwhal tests/*_test.js

To run tests in the browser open tests/index.html

Contribution

Use jQuery coding style. Basically, use tabs instead of spaces.