Skip to content

Instantly share code, notes, and snippets.

@yayMark
Last active March 8, 2020 00:47
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 yayMark/6a4a1ee1a2178933b57046abe6a688bb to your computer and use it in GitHub Desktop.
Save yayMark/6a4a1ee1a2178933b57046abe6a688bb to your computer and use it in GitHub Desktop.
JavaScript: pretty print an object as formatted plain text
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