Skip to content

Instantly share code, notes, and snippets.

@Dodsaren
Created February 21, 2018 21:50
Show Gist options
  • Save Dodsaren/f33cb3f5596e0f7fd8994e3ab0e34605 to your computer and use it in GitHub Desktop.
Save Dodsaren/f33cb3f5596e0f7fd8994e3ab0e34605 to your computer and use it in GitHub Desktop.
log objects in depth in node
console.log(JSON.stringify(data, null, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment