TIL: Formatting JSON Output
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
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