Skip to content

Commit

Permalink
Merge pull request #594 from anton0xf/patch-1
Browse files Browse the repository at this point in the history
JSONStringer.java: fix max nesting level in javadoc
  • Loading branch information
stleary committed Mar 19, 2021
2 parents 2630676 + 29103e3 commit 50d6196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/json/JSONStringer.java
Expand Up @@ -50,7 +50,7 @@ of this software and associated documentation files (the "Software"), to deal
* <p>
* The first method called must be <code>array</code> or <code>object</code>.
* There are no methods for adding commas or colons. JSONStringer adds them for
* you. Objects and arrays can be nested up to 20 levels deep.
* you. Objects and arrays can be nested up to 200 levels deep.
* <p>
* This can sometimes be easier than using a JSONObject to build a string.
* @author JSON.org
Expand Down

0 comments on commit 50d6196

Please sign in to comment.