Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ability to detect a RapidJSON parse error in JSONInputArchive #658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

progrematic
Copy link

For my application, I'd like to show an error message when attempting to open a JSONInputArchive on a malformed, or otherwise erroneous json file.

This additional, optional parameter in JSONInputArchive's constructor will allow me to prevent cereal from thworing a RapidJSON exception, and will instead allow me to simply show the user an error message.

This PR is not meant to do anything more than simply expose the RapidJSON document's HasParseError() value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant