Skip to content

Instantly share code, notes, and snippets.

View shapeoflambda's full-sized avatar

Harish shapeoflambda

  • Chennai, India
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active October 28, 2025 07:54
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq