Other Posts
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.