from_json

Function from_json 

Source
pub fn from_json<T: DeserializeOwned>(
    what: &'static str,
    json: Value,
) -> Result<T>
Expand description

Deserializes a T from a json value.