mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
work on json a little, other tweaking
This commit is contained in:
@@ -107,7 +107,7 @@ public class JSONArray {
|
||||
* @param x A JSONTokener
|
||||
* @throws JSONException If there is a syntax error.
|
||||
*/
|
||||
private JSONArray(JSONTokener x) {
|
||||
protected JSONArray(JSONTokener x) {
|
||||
this();
|
||||
if (x.nextClean() != '[') {
|
||||
throw new RuntimeException("A JSONArray text must start with '['");
|
||||
|
||||
Reference in New Issue
Block a user