Function jsonb::delete_by_index
source ยท pub fn delete_by_index(
value: &[u8],
index: i32,
buf: &mut Vec<u8>,
) -> Result<(), Error>Expand description
Deletes the array element with specified index (negative integers count from the end).