Skip to content

Instantly share code, notes, and snippets.

Avatar
🐍
busy learning

Yehia AYehia0

🐍
busy learning
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active March 20, 2023 17:39
jq Cheet Sheet
View jq-cheetsheet.md

Processing JSON using jq

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

Installing jq

On Mac OS

brew install jq