pub fn path_query_first(doc: &Value, path: &Value) -> Result<Value, EvalError>
v7.17.0 Phase 3.9 — jsonb_path_query_first(doc, path) returns the first matched JSON value as a Json, or NULL on no match.
jsonb_path_query_first(doc, path)