You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Seems there have been some commits since your last comment on that PR. Are there any other outstanding issues with the PR? If anything needs to be done (like putting this new behavior behind an option to maintain backwards compatibility), I'd be happy to help.
I have to work with some APIs that output JSON but sometimes fail by terminating early, and I would like to handle that error case rather than silently continue to work with partial data. Probably at least a few other sad people have to deal with similar APIs :)
If I pass JSON that is incomplete, like
to the parser, it doesn't emit an error.
The text was updated successfully, but these errors were encountered: