Skip to content

Commit

Permalink
Merge pull request #492 from ggavriilidis/ISSUE-491_clarify_intention…
Browse files Browse the repository at this point in the history
…_of_JSONArray_toList

Issue-491 - Clarify what the output of the method JSONArray toList is
  • Loading branch information
stleary committed Oct 30, 2019
2 parents 044b035 + 065f9a9 commit 9afa90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONArray.java
Expand Up @@ -1454,7 +1454,7 @@ public Writer write(Writer writer, int indentFactor, int indent)
/**
* 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.
*
Expand Down

0 comments on commit 9afa90d

Please sign in to comment.