diff --git a/tldr/jq b/tldr/jq index c782c8de..50acf9f9 100644 --- a/tldr/jq +++ b/tldr/jq @@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git `{{cat path/to/file.json}} | jq '.'` +- Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output): + +`jq '.' {{/path/to/file.json}}` + - Execute a specific script: `{{cat path/to/file.json}} | jq --from-file {{path/to/script.jq}}`