Skip to content

Commit 448e204

Browse files
committed
docs: remove wrong description of parse method
1 parent eb56704 commit 448e204

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/json/XML.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,6 @@ public static JSONObject toJSONObject(Reader reader, boolean keepStrings) throws
648648
* All values are converted as strings, for 1, 01, 29.0 will not be coerced to
649649
* numbers but will instead be the exact value as seen in the XML document.
650650
*
651-
* This method can parse documents with a maximum nesting depth of 256. If you
652-
* need to parse documents with a nesting depth greater than 256, you should use
653-
*
654-
*
655651
* @param reader The XML source reader.
656652
* @param config Configuration options for the parser
657653
* @return A JSONObject containing the structured data from the XML string.

0 commit comments

Comments
 (0)