Function parse_slice

Source
pub fn parse_slice<T>(s: &[u8]) -> Result<T, CommonError>
where T: for<'de> Deserialize<'de>,
Expand description

Parse JSON from bytes using simd-json