Function jsonb_path_query_array2

Source
fn jsonb_path_query_array2(
    target: JsonbRef<'_>,
    path: &JsonPath,
) -> Result<JsonbVal>