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 -

sql server - TFS 2012 TF255062 Error after removing 'Active Directory' Role -