javascript - How to dump an object in Spooky JS -


in casperjs it's easy dump object using:

var utils = require('utils'); utils.dump(myobj); 

how dump object spooky.js in similar fashion?

spooky seems run in node can use console.log() (like in browser).


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -