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
Looks like there is missing END_OBJECT for some case(s) of nested Objects.
This was exposed by databind PR FasterXML/jackson-databind#4885 but probably not caused by it -- different deserializer path likely changes handling of unexpected null token (in place of closing END_OBJECT).