load_json

Function load_json 

Source
pub fn load_json<T, P>(path: P) -> SnapshotResult<T>
where T: DeserializeOwned, P: AsRef<Path>,