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
There is too much historical naming convention using "json" in names; and this is particularly unfortunate at databinding level where multiple other formats are supported.
With 3.x we can start improving on at least some of these cases.
One initial thing to do for 2.13 would be to add new DatabindException as base type of JsonMappingException (similar to StreamReadException (under JsonParseException) and StreamWriteException (under JsonGenerationException)) -- for 2.x it can be used as receiver (but not thrown), and for 3.0 we can start actually using it and possibly remove JsonMappingException.