pub fn read_json_file<T>(path: &Path) -> Result<T, SolcError>where
T: DeserializeOwned,
Expand description
Reads the json file and deserialize it into the provided type.
pub fn read_json_file<T>(path: &Path) -> Result<T, SolcError>where
T: DeserializeOwned,
Reads the json file and deserialize it into the provided type.