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