pub fn json_load<T: for<'de> Deserialize<'de>>( filepath: &str, ) -> Result<T, Box<dyn Error>>
Read data from JSON file.