pub fn json_from_file<T: for<'a> Deserialize<'a>>(
    path: impl AsRef<Path>
) -> Result<T>