pub fn parse_predicate_list(input: &str) -> Result<Vec<Predicate>, String>
Parse a comma-separated list of predicates from bracket content.
Expects input like method="GET", async, count>=5.
method="GET", async, count>=5