Skip to main content

read_json_file

Function read_json_file 

Source
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