Function jsonb_delete_string

Source
fn jsonb_delete_string<'a>(
    a: Datum<'a>,
    k: &str,
    temp_storage: &'a RowArena,
) -> Datum<'a>