How to filter array of objects by element property values using jq?

后端 未结 4 583
鱼传尺愫
鱼传尺愫 2020-12-01 20:35

I like to filter json files using jq:

jq . some.json

Given the json containing an array of objects:

{
  \"theList\": [
             


        
4条回答
提交回复
热议问题