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

Previous post: TIL: Paste filename in vim

Next post: Emulate system theme with firefox's devtools