Skip to content

Instantly share code, notes, and snippets.

@jakelodwick
Created August 17, 2014 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakelodwick/5a62eddbe67dca0a45e2 to your computer and use it in GitHub Desktop.
Save jakelodwick/5a62eddbe67dca0a45e2 to your computer and use it in GitHub Desktop.
Pretty-print JSON
# pretty-print JSON
# http://stackoverflow.com/questions/4810841/how-can-i-pretty-print-json-using-javascript
ppjson = (obj) ->
console.log JSON.stringify obj, undefined, 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment