fix(#887): small typo

This commit is contained in:
rikkarth 2024-04-21 22:09:05 +01:00
parent 03def9c7fc
commit 0bace72ced
No known key found for this signature in database
GPG Key ID: 11E5F28B0AED6AC7

View File

@ -107,7 +107,7 @@ public class JSONArray implements Iterable<Object> {
}
if (nextChar != ']') {
x.back();
for (; ; ) {
for (;;) {
if (x.nextClean() == ',') {
x.back();
this.myArrayList.add(JSONObject.NULL);