Function jsonb_path_match3

Source
fn jsonb_path_match3(
    target: JsonbRef<'_>,
    vars: JsonbRef<'_>,
    path: &JsonPath,
) -> Result<Option<bool>>