Function jsonutils::file::read_json

source ยท
pub fn read_json<P: AsRef<Path>, T: DeserializeOwned>(path: P) -> Result<T>