pub fn path_query(
doc: &Value<'_>,
path: &Value<'_>,
) -> Result<Value<'static>, EvalError>Expand description
v7.17.0 Phase 3.9 — jsonb_path_query(doc, path) — returns the
matched JSON values as a TextArray (each element is the JSON
encoding of one match).