mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 19:15:27 -04:00
Issue-491 - modified the comment of JSONArray toList method to clarify what the output of the method is
This commit is contained in:
parent
044b035847
commit
065f9a94bc
@ -1454,7 +1454,7 @@ public class JSONArray implements Iterable<Object> {
|
||||
/**
|
||||
* Returns a java.util.List containing all of the elements in this array.
|
||||
* If an element in the array is a JSONArray or JSONObject it will also
|
||||
* be converted.
|
||||
* be converted to a List and a Map respectively.
|
||||
* <p>
|
||||
* Warning: This method assumes that the data structure is acyclical.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user