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 ProtobufParser does not always update parsing/input context appropriately at root level: specifically, after last JsonToken.END_OBJECT it may still return last property name, instead of null.