1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

support BigDecimal and BigInteger

This commit is contained in:
stleary 2015-06-20 15:20:56 -05:00
parent 5d6bf7d132
commit b39ccc2a67

View file

@ -92,7 +92,7 @@ import java.util.Set;
* </ul> * </ul>
* *
* @author JSON.org * @author JSON.org
* @version 2015-05-05 * @version 2015-06-20
*/ */
public class JSONObject { public class JSONObject {
/** /**