mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 11:05:28 -04:00
fix(#887): small typo
This commit is contained in:
parent
03def9c7fc
commit
0bace72ced
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user