mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
docs: remove wrong description of parse method
This commit is contained in:
parent
eb56704e68
commit
448e204186
@ -648,10 +648,6 @@ public class XML {
|
|||||||
* All values are converted as strings, for 1, 01, 29.0 will not be coerced to
|
* 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.
|
* 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 reader The XML source reader.
|
||||||
* @param config Configuration options for the parser
|
* @param config Configuration options for the parser
|
||||||
* @return A JSONObject containing the structured data from the XML string.
|
* @return A JSONObject containing the structured data from the XML string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user