Function json

Source
pub fn json<T>(path: impl AsRef<Path>) -> Result<T, Error>
Available on crate feature json only.
Expand description

Read the module at path with Json.

See: Json.