pub fn read_json_file<T: DeserializeOwned>(json_name: &str) -> Result<T>
Read a JSON file and return the string.