gson-comments/gson/src/main/java
2008-11-18 20:26:15 +00:00
..
com/google/gson Parse all JSON numbers as either BigDecimal or BigInteger. From there we can properly convert into the proper primitive type if need be. This reduces the chance of losing precision with floating point numbers. 2008-11-18 20:26:15 +00:00