Skip to content

Instantly share code, notes, and snippets.

View askmi's full-sized avatar
🏠
Working from home

Aliaksandr Smirnou askmi

🏠
Working from home
View GitHub Profile
@askmi
askmi / jq-cheetsheet.md
Created November 7, 2022 19:02 — 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