Add JsonParser.isExpectedNumberIntToken()
convenience method
#627
Milestone
JsonParser.isExpectedNumberIntToken()
convenience method
#627
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.
The text was updated successfully, but these errors were encountered: