pub fn from_json<T: DeserializeOwned>(raw: &[u8]) -> Result<T>
Deserializes an object from a JSON string.