Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException if the next token is not a literal value. Java.Lang.NumberFormatException if the next literal value cannot be parsed as a number, or exactly represented as an int. Java.IO.IOException
Returns the JsonToken.Number value of the next token, consuming it. If the next token is a string, this method will attempt to parse it as an int. If the next token's numeric value cannot be exactly represented by a Java int, this method throws.