Function jsonb_path_query_first2

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