From 1353a10e92e398351ad0bd48eee977f65f7f2395 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Fri, 22 Nov 2019 00:23:41 +0800 Subject: [PATCH] Create README.md --- linux-bash/json/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 linux-bash/json/README.md diff --git a/linux-bash/json/README.md b/linux-bash/json/README.md new file mode 100644 index 0000000000..c0ed9d14d7 --- /dev/null +++ b/linux-bash/json/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Guide to Linux jq Command for JSON processing](https://www.baeldung.com/linux/jq-command-json)