nikopol / dumper.js

Yet another tiny vanilla json dump'er for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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});

About

Yet another tiny vanilla json dump'er for the browser


Languages

Language:JavaScript 45.9%Language:HTML 29.4%Language:CSS 24.7%