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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -