JQ: Select multiple conditions JQ: Select multiple conditions json json

JQ: Select multiple conditions


jq supports the normal Boolean operators and/or/not, so it would look like:

.[] | select((.processedBarsVolume <= 5) and .processedBars > 0)