Skip to content

Instantly share code, notes, and snippets.

@smemsh
smemsh / jq-cheetsheet.md
Created August 21, 2025 13:06 — forked from olih/jq-cheetsheet.md
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