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

use StandardCharsets.UTF_8 in JSONTokener, delete Java 1.6 build pipeline #914

Closed Simulant87 closed 1 week ago

Simulant87 commented 1 week ago

introduced with Java 7 StandardCharsets.UTF_8 does not need to lookup the Charset by name.

Simulant87 commented 1 week 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.