Created
June 13, 2013 03:48
-
-
Save jaspervalero/5771132 to your computer and use it in GitHub Desktop.
JS | Log object in JSON format to the console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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