Function workflow_store::fs::read_json

source ·
pub async fn read_json<T>(filename: &Path) -> Result<T>where
    T: DeserializeOwned,
Expand description

Read text file and deserialized it using serde-json.