Function read_json_sync

Source
pub fn read_json_sync<T>(filename: &Path) -> Result<T>
Expand description

Read text file and deserialized it using serde-json.