pub async fn load_json<T: DeserializeOwned>(path: impl AsRef<Path>) -> Result<T>
Expand description
Load json file and deserialize into given type
pub async fn load_json<T: DeserializeOwned>(path: impl AsRef<Path>) -> Result<T>
Load json file and deserialize into given type