mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-05 10:15:19 +08:00
fix(#887): small typo
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user