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.
The underlying jsonparse lib triggers one specific error which is not handled by JSONStream:
Look here:
https://github.com/creationix/jsonparse/blob/master/jsonparse.js#L321
And here:
https://github.com/dominictarr/JSONStream/blob/master/index.js#L140
It would be helpful if JSONStream could also wrap this error as an
Invalid JSON
message to have a consistent error contract one can check for.The text was updated successfully, but these errors were encountered: