+++ title = "Formatting JSON Output with jq" date = 2021-04-27 categories = ["software", "guide"] tags = ["bash", "cli", "json", "jq", "less"] program = "jq" +++ TIL: Syntax-highlighted JSON output If you have some command that return (long) JSON, you can view it formatted with color with: ```bash | jq -C | less -r ```