Skip to content

Instantly share code, notes, and snippets.

@tinybike
Created April 13, 2015 04:54
Show Gist options
  • Save tinybike/3f3ac9a8ac74cfa7b4ef to your computer and use it in GitHub Desktop.
Save tinybike/3f3ac9a8ac74cfa7b4ef to your computer and use it in GitHub Desktop.
pretty print one-liner
function pp(o) { console.log(JSON.stringify(o, null, 2)); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment