linera_service::util

Function read_json

Source
pub fn read_json<T: DeserializeOwned>(path: impl Into<PathBuf>) -> Result<T>