diff --git a/JSONArray.java b/JSONArray.java index 776a2bd..f684e27 100644 --- a/JSONArray.java +++ b/JSONArray.java @@ -72,13 +72,13 @@ import java.util.Map; *
{ } [ ] / \ : , #
and if they do not look like numbers and
- * if they are not the reserved words true
, false
, or
+ * { } [ ] / \ : , #
and if they do not look like numbers and if
+ * they are not the reserved words true
, false
, or
* null
.