Skip to content

Commit d030b97

Browse files
committed
Starting to add JSONArray.setJSONArray() reference
1 parent c03e61f commit d030b97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/processing/data/JSONArray.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,9 @@ public JSONArray setBoolean(int index, boolean value) {
928928

929929
/**
930930
* @webref jsonarray:method
931-
* @brief To come...
931+
* @brief Sets the JSONArray value associated with an index value
932+
* @param index the index value to target
933+
* @param value the value to assign
932934
*/
933935
public JSONArray setJSONArray(int index, JSONArray value) {
934936
set(index, value);

0 commit comments

Comments
 (0)