pub fn extract(expr: &str, ctx: &Value) -> Result<Option<Value>, MappingError>
Extract a value from ctx by JSON pointer, dotted path, or CEL:. None when the path does not resolve (a CEL error is Err).
ctx
CEL:
None
Err