Function from_json

Source
pub fn from_json<T: DeserializeOwned>(s: &str) -> Result<T>
Expand description

Deserialize a value from a JSON string.