diff options
Diffstat (limited to 'content/notes/json-output-format.md')
-rw-r--r-- | content/notes/json-output-format.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/content/notes/json-output-format.md b/content/notes/json-output-format.md index e22cfbf..3d98305 100644 --- a/content/notes/json-output-format.md +++ b/content/notes/json-output-format.md @@ -1,10 +1,9 @@ ---- -title: "Formatting JSON Output with jq" -date: 2021-04-27T17:06:51+07:00 -translationKey: json-output-format -categories: [software, guide] -tags: [bash, cli, json, jq, less] ---- ++++ +title = "Formatting JSON Output with jq" +date = 2021-04-27T17:06:51+07:00 +categories = ["software", "guide"] +tags = ["bash", "cli", "json", "jq", "less"] ++++ TIL: Syntax-highlighted JSON output |