Function sonic_rs::from_slice_unchecked
source · pub unsafe fn from_slice_unchecked<'a, T>(json: &'a [u8]) -> Result<T>where
T: Deserialize<'a>,Expand description
Deserialize an instance of type T from bytes of JSON text.
§Safety
The json passed in must be valid UTF-8.