pub fn from_str<T>(s: &str) -> Result<T>where T: DeserializeOwned,
Decodes a Hjson value from a &str.
&str