Learn JQ the Hard Way, Part III - Filters
container docker kubernetes
Other Posts
- Part I
- Part II
Simple Filters
In this section we introduce the most-frequently used feature of jq
: the filter. Filters allow you to reduce a given stream of JSON to another smaller, more refined stream of JSON that you can then do more filtering or processing on on if you want.
Go to Source