pub async fn read_json_file<T: for<'de> Deserialize<'de>>(
path: &Path,
) -> Result<T>Expand description
Read and parse a JSON file
pub async fn read_json_file<T: for<'de> Deserialize<'de>>(
path: &Path,
) -> Result<T>Read and parse a JSON file