Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(value: &Value, expr: &FilterExpr) -> Result<bool, PickError>
Expand description

Evaluate a filter expression against a JSON value. Returns true if the value passes the filter.