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
When JSON encoding/decoding fails, it would make sense to have access to the underlying parser/generator, from catch block. Although instance may not be in mint condition (depending on how error handling within Jackson works), it might still give useful low-level information on actual failure, above and beyond what location information Exception itself contains.
For example: JsonParser.getCurrentName() may be available, as we all JsonParser.getParsingContext().