pub fn from_str_with_settings<T: DeserializeOwned>( buf: &str, settings: &Settings, ) -> Result<T>
Read json from an in-memory string, with explicit Settings