marianoguerra / json.human.js

Convert JSON to human readable HTML
http://marianoguerra.github.io/json.human.js/
975 stars 79 forks source link

console.table(object[, columns]); might provide more ideas #15

Open anaran opened 11 years ago

anaran commented 11 years ago

See https://developers.google.com/chrome-developer-tools/docs/tips-and-tricks#console-table

and the original http://getfirebug.com/wiki/index.php/Console_API#console.table.28data.5B.2C_columns.5D.29 (see also http://www.softwareishard.com/blog/firebug/tabular-logs-in-firebug/)

marianoguerra commented 11 years ago

will take a look, thanks!