Closed oxisto closed 1 month ago
A JSON number is represented as an unquoted value and should perfectly fit a double according to the JSON spec. We can directly use Double instead of the Java BigInteger.
Double
All modified and coverable lines are covered by tests :white_check_mark:
A JSON number is represented as an unquoted value and should perfectly fit a double according to the JSON spec. We can directly use
Double
instead of the Java BigInteger.