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 May 9, 2024 19:35
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