📚 Learning and exploring jq
.
jq is a lightweight and flexible command-line JSON processor.
- Install
jq
- Execute any of the
exec-*.sh
functions to executejq
snippets.- For example,
./exec-sort.sh
- For example,
See jq
's user documentation at https://stedolan.github.io/jq/manual/ (I reference this constantly!).
I am unable to solve a particular use case. See exec-enrich-ordered.sh
for details.