Skip to content

Instantly share code, notes, and snippets.

@vincentsimard
Created December 18, 2017 16:23
Show Gist options
  • Save vincentsimard/699896b724842366326f8dad902fb07d to your computer and use it in GitHub Desktop.
Save vincentsimard/699896b724842366326f8dad902fb07d to your computer and use it in GitHub Desktop.
JSON Prettyfier
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