Skip to content

Commit 29103e3

Browse files
authored
JSONStringer.java: fix max nesting level in javadoc
1 parent 2630676 commit 29103e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/json/JSONStringer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ of this software and associated documentation files (the "Software"), to deal
5050
* <p>
5151
* The first method called must be <code>array</code> or <code>object</code>.
5252
* 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.
53+
* you. Objects and arrays can be nested up to 200 levels deep.
5454
* <p>
5555
* This can sometimes be easier than using a JSONObject to build a string.
5656
* @author JSON.org

0 commit comments

Comments
 (0)