Skip to main content

Formatting JSON Output with jq

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


Would you like to discuss this post? Email me!