@@ -15,7 +15,7 @@ The license includes this restriction: "The software shall be used for good,
1515not evil." If your conscience cannot live with that, then choose a different
1616package.
1717
18- The package compiles on Java 1.8.
18+ The package compiles on Java 1.6-1. 8.
1919
2020
2121JSONObject.java: The JSONObject can parse text from a String or a JSONTokener
@@ -32,7 +32,6 @@ tokens. It can be constructed from a String, Reader, or InputStream.
3232JSONException.java: The JSONException is the standard exception type thrown
3333by this package.
3434
35-
3635JSONString.java: The JSONString interface requires a toJSONString method,
3736allowing an object to provide its own serialization.
3837
@@ -73,8 +72,13 @@ This package fully supports Integer, Long, and Double Java types. Partial suppor
7372for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
7473in the form of get(), opt(), and put() API methods.
7574
75+ Although 1.6 compatibility is currently supported, it is not a project goal and may be
76+ removed in some future release.
77+
7678Release history:
7779
80+ 20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
81+
788220151123 JSONObject and JSONArray initialization with generics. Contains the
7983latest code as of 23 Nov, 2015.
8084
0 commit comments