next Double Fast
Reads the next token as a Double using a faster parsing path.
This is typically faster than nextDouble, but it may be slightly less accurate for very long decimal fractions. It reads up to MAX_DECIMAL_PRECISION decimal digits.
Return
The parsed double value.