Monday, November 7th, 2005
sDumper: JavaScript Data Structure Tool
<>p>Joshua Blackburn has started a new open source project called The Solvent.The first module, sDumper, is a JavaScript data structure visualization tool, that looks similar to Perl’s Data::Dumper or Cold Fusion’s CFDUMP.
You pass a JavaScript object in, and you get an expandable view of the object and its contents.
This is as simple as:
sDumper(document)
Related Content:












This module scales rather well. Large structures render with usability (collapsable) quicker than you’ll expect. Nice work Josh.
There are no files listed in sourceforge. Where can I download?