jq -r '.topping[] | select(.id == "5006").type / " " | .[1]' file.json. This selects the array element in the topping array that has an id equal to the ...
確定! 回上一頁