Skip to content

Instantly share code, notes, and snippets.

@shcallaway
Created October 7, 2019 23:51
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 shcallaway/84995b64dc51f720ec2de6e576cb7bf2 to your computer and use it in GitHub Desktop.
Save shcallaway/84995b64dc51f720ec2de6e576cb7bf2 to your computer and use it in GitHub Desktop.
View paginated, colorized JSON in your terminal with jq and less

You can view paginated, colorized JSON in your terminal by piping JSON to jq -C and less -R:

curl https://jsonplaceholder.typicode.com/posts | jq -C | less -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment