TIL: Syntax-highlighted JSON output If you have some command that return (long) JSON, you can view it formatted with color with: <command> | jq -C | less -r 2021-04-27 Categories: software guide Tags: #bash #cli #json #jq #less