根据表字段的json内容进行查询,需使用json_extract函数;表字段为content,json内容包含关键字method
SELECT * FROM proxy WHERE json_extract(content,"$.method") = "POST";