summaryrefslogtreecommitdiffstats
path: root/2020/info/25.md
diff options
context:
space:
mode:
Diffstat (limited to '2020/info/25.md')
-rw-r--r--2020/info/25.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/info/25.md b/2020/info/25.md
index dc02874a..249ebca0 100644
--- a/2020/info/25.md
+++ b/2020/info/25.md
@@ -1,3 +1,6 @@
+# Traverse complex JSON structures with live feedback
+Zen Monk Alain M. Lafon
+
If you are working with complex nested JSON structures, you are
probably familiar with jq which is like sed for JSON data and great at
what it does. However, being a command-line tool like sed, the