Skip to main content

eval_expr

Function eval_expr 

Source
pub fn eval_expr(expr: &Expr, ctx: &Value) -> Result<Value, EvalError>
Expand description

Evaluate an Expr against a context value, returning the resolved JSON value. Externs-less compat wrapper — call_extern raises ExternError.