We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2630676 + 29103e3 commit 50d6196Copy full SHA for 50d6196
1 file changed
src/main/java/org/json/JSONStringer.java
@@ -50,7 +50,7 @@ of this software and associated documentation files (the "Software"), to deal
50
* <p>
51
* The first method called must be <code>array</code> or <code>object</code>.
52
* There are no methods for adding commas or colons. JSONStringer adds them for
53
- * you. Objects and arrays can be nested up to 20 levels deep.
+ * you. Objects and arrays can be nested up to 200 levels deep.
54
55
* This can sometimes be easier than using a JSONObject to build a string.
56
* @author JSON.org
0 commit comments