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
Similar to existing isExpectedStartArrayToken(), let's add one for checking if current token is (or could become) JsonToken.VALUE_NUMBER_INT.
The main initial use case is for XML backend but could become handy with other textual formats like CSV and Properties as well, possibly improving performance.