Use jq : $ ... | jq -r '.[]|select(.name == "shutdown_time").value' 16:00 [IST] $ ... | jq -r '.[]|select(.name == "shutdown_time").value' ...
確定! 回上一頁