pub fn read_json_file<T: DeserializeOwned>(json_name: &str) -> Result<T>
Expand description

Reads the given json file and returns the string.