jq 特定の値を取得 command | jq '.list[0].key' 配列要素を全て出力 command | jq '.list[].key' 出力からクォーテーションを削除 -rを付与 command | jq -r '.list[0].key'