Quickly dump an object at unlimited depth
In NodeJS, console.log
and console.dir
would only go 2 levels deep when displaying your object (you see [Object]
instead of actual contents of nested objects).
Here's a snippet that always displays the entire tree:
console.log(util.inspect(result, false, null));
Written by Dmitry Pashkevich
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#