pub fn eval_value(expr: &str, vars: &[(&str, &Value)]) -> Result<Value, String>
Evaluate an expression to a JSON VALUE with the given variables in scope — the computed-assign path.
assign