Skip to content

Instantly share code, notes, and snippets.

@Ashkanph
Last active April 19, 2017 13:40
Show Gist options
  • Save Ashkanph/187871b604f0bf8680978c727d034b96 to your computer and use it in GitHub Desktop.
Save Ashkanph/187871b604f0bf8680978c727d034b96 to your computer and use it in GitHub Desktop.
Pretty-print of an object or json in console.log
console.log(JSON.stringify(obj, null, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment