[][src]Function ssb_json_msg_data::json::from_slice

pub fn from_slice<'de, T>(input: &'de [u8]) -> Result<T, DecodeJsonError> where
    T: DeserializeOwned

Try to parse data from the input. Validates that there are no trailing non-whitespace bytes.