Skip to main content

read_json_file_sync

Function read_json_file_sync 

Source
pub fn read_json_file_sync<T: for<'de> Deserialize<'de>>(
    path: &Path,
) -> Result<T>
Expand description

Read and parse a JSON file (sync)