/dumper.js

Yet another tiny vanilla json dump'er for the browser

Primary LanguageJavaScript

DUMPER.JS 1.0

L nikopol 2016

Yet another tiny vanilla json dump'er for the browser

https://nikopol.github.io/dumper.js/

usages

dumper('dom selector', obj);

eg:

dumper('body', {a:42, b:69, c:666});