mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Update README
Include some text about 1.6 compatibility and add the latest release information.
This commit is contained in:
parent
07a0f60b6e
commit
2657915293
1 changed files with 6 additions and 2 deletions
8
README
8
README
|
@ -15,7 +15,7 @@ The license includes this restriction: "The software shall be used for good,
|
||||||
not evil." If your conscience cannot live with that, then choose a different
|
not evil." If your conscience cannot live with that, then choose a different
|
||||||
package.
|
package.
|
||||||
|
|
||||||
The package compiles on Java 1.8.
|
The package compiles on Java 1.6-1.8.
|
||||||
|
|
||||||
|
|
||||||
JSONObject.java: The JSONObject can parse text from a String or a JSONTokener
|
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.
|
||||||
JSONException.java: The JSONException is the standard exception type thrown
|
JSONException.java: The JSONException is the standard exception type thrown
|
||||||
by this package.
|
by this package.
|
||||||
|
|
||||||
|
|
||||||
JSONString.java: The JSONString interface requires a toJSONString method,
|
JSONString.java: The JSONString interface requires a toJSONString method,
|
||||||
allowing an object to provide its own serialization.
|
allowing an object to provide its own serialization.
|
||||||
|
|
||||||
|
@ -73,8 +72,13 @@ This package fully supports Integer, Long, and Double Java types. Partial suppor
|
||||||
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
|
for BigInteger and BigDecimal values in JSONObject and JSONArray objects is provided
|
||||||
in the form of get(), opt(), and put() API methods.
|
in the form of get(), opt(), and put() API methods.
|
||||||
|
|
||||||
|
Although 1.6 compatibility is currently supported, it is not a project goal and may be
|
||||||
|
removed in some future release.
|
||||||
|
|
||||||
Release history:
|
Release history:
|
||||||
|
|
||||||
|
20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb, 2016.
|
||||||
|
|
||||||
20151123 JSONObject and JSONArray initialization with generics. Contains the
|
20151123 JSONObject and JSONArray initialization with generics. Contains the
|
||||||
latest code as of 23 Nov, 2015.
|
latest code as of 23 Nov, 2015.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue