pub fn json<T>(path: impl AsRef<Path>) -> Result<T, Error>where T: Merge + DeserializeOwned,
json
Read the module at path with Json.
path
Json
See: Json.