from_json

Function from_json 

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

Deserialize a problem from a JSON string.