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