Skip to content

Instantly share code, notes, and snippets.

@jaspervalero
Created June 13, 2013 03:48
Show Gist options
  • Save jaspervalero/5771132 to your computer and use it in GitHub Desktop.
Save jaspervalero/5771132 to your computer and use it in GitHub Desktop.
JS | Log object in JSON format to the console
console.log( 'JSON:', JSON.stringify( jsonObject, null, 4 ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment