From 56e041aa260b2daf2f5662fae98645a93137adb5 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 28 Apr 2021 11:34:51 -0700 Subject: [PATCH] add Practical JSON at the Command Line blog link --- README.md | 2 ++ templates/readme_template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cc56e35..8ee053b8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Schemas for each parser can be found at the documentation link beside each parse Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). +For Bash use case examples, see my blog post on [Practical JSON at the Command Line](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/). + ## Why Would Anyone Do This!? For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). diff --git a/templates/readme_template b/templates/readme_template index 751bce62..c1ce7f40 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -68,6 +68,8 @@ Schemas for each parser can be found at the documentation link beside each parse Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). +For Bash use case examples, see my blog post on [Practical JSON at the Command Line](https://blog.kellybrazil.com/2021/04/12/practical-json-at-the-command-line/). + ## Why Would Anyone Do This!? For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/).