Skip to content

Instantly share code, notes, and snippets.

View jim-miller's full-sized avatar

Jim Miller jim-miller

View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active May 3, 2024 17:42
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