Skip to main content

eval_value

Function eval_value 

Source
pub fn eval_value(expr: &str, vars: &[(&str, &Value)]) -> Result<Value, String>
Expand description

Evaluate an expression to a JSON VALUE with the given variables in scope — the computed-assign path.