You could use jq, a great tool for manipulating JSON. jq ' ( .. | select(type == "string") | select(try tonumber | . > ...
確定! 回上一頁