I have a json and at the moment using select to get only the data which match one condition, I need to filter based on more conditions.
For e.g:
.[] | select((.processedBarsVolume <= 5) && .processedBars > 0)
How I can do this ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…