Function workflow_store::fs::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.