pub fn translate_slice(bytes: &mut [u8])Expand description
Translates a slice in place.
This works the same as the JsonCompatRead struct but instead converts a
slice in place. This is useful when working with JSON in slices.
pub fn translate_slice(bytes: &mut [u8])Translates a slice in place.
This works the same as the JsonCompatRead struct but instead converts a
slice in place. This is useful when working with JSON in slices.