Skip to main content

path_query

Function path_query 

Source
pub fn path_query(doc: &Value, path: &Value) -> Result<Value, 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).