Function read_json

Source
pub fn read_json<T>(path: &str) -> Result<T, ReadJsonError>
where T: FromStr<Err = Error>,