Skip to content

Instantly share code, notes, and snippets.

View dlarmeir's full-sized avatar

Dustin Larmeir dlarmeir

View GitHub Profile
@dlarmeir
dlarmeir / jq-cheetsheet.md
Created June 11, 2020 11:44 — 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