💭 jq Cheat Sheet

!https://lzone.de/cheat-sheet/jq

A nice cheat sheet for jq. jq looks so nice, but it so quickly gets overwhelming on how to select what you want. I was able to make a jq contains query.

curl  https://thoughts.waylonwalker.com/posts/ | jq '.[] | select(.title | contains("python"))'

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts

Connections

Related tags and posts connected to this entry.