json5-rs
json5-rs copied to clipboard
A better error handling story.
Errors from serde, pest, etc are all collapsed in to a single stringy error type at the moment. This is less than ideal. We shouldn't be throwing away any information about underlying errors.