mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Merge pull request #492 from ggavriilidis/ISSUE-491_clarify_intention_of_JSONArray_toList
Issue-491 - Clarify what the output of the method JSONArray toList is
This commit is contained in:
commit
9afa90d9a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue