Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 507 Bytes

jq-playground

📚 Learning and exploring jq.

jq is a lightweight and flexible command-line JSON processor.

-- https://stedolan.github.io/jq

Instructions

  • Install jq
  • Execute any of the exec-*.sh functions to execute jq snippets.
    • For example, ./exec-sort.sh

Notes

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.