Created
December 18, 2017 16:23
-
-
Save vincentsimard/699896b724842366326f8dad902fb07d to your computer and use it in GitHub Desktop.
JSON Prettyfier
This file contains 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
const jsonPretty = obj => JSON.stringify(obj, null, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment