pub fn load_json<T>(path: &Path, fs: &dyn Filesystem) -> Result<T>where T: DeserializeOwned + Default,