pub type Result<T> = Result<T, Error>;
Alias for a Result with error type json5::Error
Result
json5::Error