Last active
December 1, 2022 02:45
-
-
Save jessechounard/700e0d6b9449e1e2961901670465db4a to your computer and use it in GitHub Desktop.
Prints out a JSON stringified object 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
Show hidden characters
| { | |
| "JSON Console Log": { | |
| "scope": "javascript,javascriptreact,typescript,typescriptreact", | |
| "prefix": "jcl", | |
| "body": [ | |
| "console.log('$1: ', JSON.stringify($1, null, 4));", | |
| ], | |
| "description": "Log JSON stringified output to console" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment