Last active
March 8, 2020 00:47
-
-
Save yayMark/6a4a1ee1a2178933b57046abe6a688bb to your computer and use it in GitHub Desktop.
JavaScript: pretty print an object as formatted plain text
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.stringify(obj, null, 2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment