Skip to content

Commit 065f9a9

Browse files
committed
Issue-491 - modified the comment of JSONArray toList method to clarify what the output of the method is
1 parent 044b035 commit 065f9a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ public Writer write(Writer writer, int indentFactor, int indent)
14541454
/**
14551455
* Returns a java.util.List containing all of the elements in this array.
14561456
* If an element in the array is a JSONArray or JSONObject it will also
1457-
* be converted.
1457+
* be converted to a List and a Map respectively.
14581458
* <p>
14591459
* Warning: This method assumes that the data structure is acyclical.
14601460
*

0 commit comments

Comments
 (0)