Add JsonEOFException
as sub-class of JsonParseException
#281
Milestone
JsonEOFException
as sub-class of JsonParseException
#281
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.
The text was updated successfully, but these errors were encountered: