TIL: Formatting JSON Output
28 words (approximately 1 minute reading)- Français
- English (current)
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