pub fn filter( items: Vec<Value>, filters: &[FilterExpr], command: Option<&str>, ) -> Vec<Value>
Keeps only the elements accepted by every predicate.