Function read_json

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

Read text file and deserialized it using serde-json.