pub fn eval_with_engine(
    data: Value,
    engine: &Engine,
    context: &mut Context
) -> Result<Value>
👎Deprecated since 0.0.16: please use evaluate_with_engine instead