Skip to content

Commit

Permalink
docs: remove wrong description of parse method
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Feb 2, 2023
1 parent eb56704 commit 448e204
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/json/XML.java
Expand Up @@ -648,10 +648,6 @@ public static JSONObject toJSONObject(Reader reader, boolean keepStrings) throws
* All values are converted as strings, for 1, 01, 29.0 will not be coerced to
* numbers but will instead be the exact value as seen in the XML document.
*
* This method can parse documents with a maximum nesting depth of 256. If you
* need to parse documents with a nesting depth greater than 256, you should use
*
*
* @param reader The XML source reader.
* @param config Configuration options for the parser
* @return A JSONObject containing the structured data from the XML string.
Expand Down

0 comments on commit 448e204

Please sign in to comment.