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

Decodes a Hjson value from a &str.