Created
August 5, 2019 14:09
-
-
Save mhanberg/52a500a9e4ea782e58fe30b003a6c995 to your computer and use it in GitHub Desktop.
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
# pbpaste - paste from your macOS clipboard | |
# jsonlint - linting tool for JSON. `-p` will format the input | |
# less - standard unix pager | |
$ pbpaste | jsonlint -p | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment