Function jsonb_path_match2

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