mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05: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