Skip to content

Instantly share code, notes, and snippets.

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

Aliaksandr Smirnou askmi

🏠
Working from home
View GitHub Profile
@askmi
askmi / jq-cheetsheet.md
Created November 7, 2022 19:02 — forked from olih/jq-cheetsheet.md
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

CHROME

/usr/bin/google-chrome-stable --enable-logging --v=1 --user-data-dir="/tmp/chrome-anonym" &

CURL

curl --http2 -sS  http://localhost:9088/management/readiness | jq 
https://everything.curl.dev/http/http2
https://serversforhackers.com/c/curl-with-http2-support

nc