Advertisement
flycat

json jq

Aug 12th, 2022
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. # Colors in pipes
  2. jq --color-output . data.json | less --RAW-CONTROL-CHARS
  3. jq -C . data.json | less -R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement