jsonb_path_query_first2

Function jsonb_path_query_first2 

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