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
Since unexpected end-of-input is a relatively common problem with input, it would make sense to expose it as distinct exception type, or, if more practical, using some property of JsonParseException that indicates this distinction.
The main is to eventually allow databinding to handle unexpected-eof in improved way to give better error messages.