Skip to content

Commit 2657915

Browse files
committed
Update README
Include some text about 1.6 compatibility and add the latest release information.
1 parent 07a0f60 commit 2657915

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The license includes this restriction: "The software shall be used for good,
1515
not evil." If your conscience cannot live with that, then choose a different
1616
package.
1717

18-
The package compiles on Java 1.8.
18+
The package compiles on Java 1.6-1.8.
1919

2020

2121
JSONObject.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.
3232
JSONException.java: The JSONException is the standard exception type thrown
3333
by this package.
3434

35-
3635
JSONString.java: The JSONString interface requires a toJSONString method,
3736
allowing an object to provide its own serialization.
3837

@@ -73,8 +72,13 @@ This package fully supports Integer, Long, and Double Java types. Partial suppor
7372
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
7473
in 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+
7678
Release history:
7779

80+
20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
81+
7882
20151123 JSONObject and JSONArray initialization with generics. Contains the
7983
latest code as of 23 Nov, 2015.
8084

0 commit comments

Comments
 (0)