load_json

Function load_json 

Source
pub fn load_json<T, P: AsRef<Path>>(path: P) -> Result<T, Error>
where for<'a> T: Deserialize<'a>,