pub fn eval_expr(expr: &Expr, ctx: &Value) -> Result<Value, EvalError>
Evaluate an Expr against a context value, returning the resolved JSON value. Externs-less compat wrapper — call_extern raises ExternError.
Expr
call_extern
ExternError