Function ethers_solc::utils::read_json_file
source · pub fn read_json_file<T: DeserializeOwned>(
path: impl AsRef<Path>
) -> Result<T, SolcError>
Expand description
Reads the json file and deserialize it into the provided type