Skip to content

Instantly share code, notes, and snippets.

View helloworlde's full-sized avatar
😳
Just passing by

HelloWood helloworlde

😳
Just passing by
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active November 18, 2024 01: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