Function jsonbb_remove_path

Source
fn jsonbb_remove_path(
    jsonb: ValueRef<'_>,
    path: ListRef<'_>,
    i: usize,
    builder: &mut Builder,
) -> Result<()>