Function workflow_store::fs::read_json_with_options_sync
source ยท pub fn read_json_with_options_sync<T>(
filename: &Path,
options: Options,
) -> Result<T>where
T: DeserializeOwned,
Expand description
Read text file and deserialized it using serde-json
.