pub fn until( predicate: impl Fn(&Value) -> bool + Send + Sync + 'static, ) -> LoopPredicate
Create a conditional loop predicate.