stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

update minimum supported version in readme to Java 8 #913

Closed Simulant87 closed 5 days ago

Simulant87 commented 5 days ago

As of the FAQs and the build settings, Java 8 is the minimum required version. The readme is still stating that the minimum supported version is Java 1.6. Also added the link to the latest Java 6 supporting version copied from the FAQ.

Simulant87 commented 5 days ago

Java 6 should still be the minimum required/supported version for the main code, only the test code requires Java 8 as minimum version.