Skip to content

Instantly share code, notes, and snippets.

@gotraveltoworld
Last active August 15, 2019 06:57
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 gotraveltoworld/68d0722093cb12b70d658ebf427064df to your computer and use it in GitHub Desktop.
Save gotraveltoworld/68d0722093cb12b70d658ebf427064df to your computer and use it in GitHub Desktop.
How prettify JSON using Command basing on Mac

How to use the one command to copy JSON prettify JSON.

  1. echo '{"test1": 1, "test2": true}' | json_pp => To show the result.
  2. echo '{"test1": 1, "test2": true}' | json_pp | pbcopy => To copy into paste note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment