Skip to content

Instantly share code, notes, and snippets.

View AYehia0's full-sized avatar
🐍
busy learning

Yehia AYehia0

🐍
busy learning
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active April 20, 2024 06:34
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