Skip to main content

evaluate_template

Function evaluate_template 

Source
pub fn evaluate_template(
    template: &Value,
    data: &Value,
) -> Result<Value, FormeError>
Expand description

Evaluate a template JSON tree with data, producing a resolved document.