Function read_json_file

Source
pub fn read_json_file<T>(path: &Path) -> Result<T, SolcError>
Expand description

Reads the json file and deserialize it into the provided type.