Skip to content

Instantly share code, notes, and snippets.

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

Tejesh Vaish tejeshvaish

🏠
Working from home
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active June 1, 2024 16:10
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