pub fn evaluate(body: &str, context: &str) -> EvaluationExpand description
Evaluate a request against its context. body is the template (mapping) or
code string; it must be non-empty. context is the raw Context JSON
string from the request.
pub fn evaluate(body: &str, context: &str) -> EvaluationEvaluate a request against its context. body is the template (mapping) or
code string; it must be non-empty. context is the raw Context JSON
string from the request.