Function jsonb_path_exists3

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