Skip to main content

evaluate_with_raw

Function evaluate_with_raw 

Source
pub fn evaluate_with_raw(
    expr: &Expr,
    root: &Value,
    registry: Arc<MethodRegistry>,
    raw_bytes: Arc<[u8]>,
) -> Result<Value, EvalError>
Expand description

Evaluate expr with the original JSON source bytes retained. Enables SIMD byte-scan fast paths for $..key descent queries.