We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27bf85 commit 8c1a0c4Copy full SHA for 8c1a0c4
1 file changed
JSONObjectTest.java
@@ -648,8 +648,9 @@ public void bigNumberOperations() {
648
obj.equals(1));
649
650
/**
651
- * JSONObject put(String, Object) method stores and serializesbigInt and bigDec
652
- * correctly. Nothing needs to change.
+ * JSONObject tries to parse BigDecimal as a bean, but it has
+ * no getters, The value is lost and no value is stored.
653
+ * This should be fixed.
654
*/
655
BigDecimal bigDecimal = new BigDecimal(
656
"123456789012345678901234567890.12345678901234567890123456789");
0 commit comments