serde::json

Function from_str

source
pub fn from_str<T>(str: impl AsRef<str>) -> Result<T, Error>
where T: Deserialize,
Expand description

Deserialize a string to a value of type T.