Skip to content

Commit 615a50b

Browse files
committed
Added reference for JSONArray.setJSONObject()
1 parent 76968ff commit 615a50b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

core/src/processing/data/JSONArray.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,9 @@ public JSONArray setJSONArray(int index, JSONArray value) {
939939

940940
/**
941941
* @webref jsonarray:method
942-
* @brief To come...
942+
* @brief Sets the JSONObject value associated with an index value
943+
* @param index the index value to target
944+
* @param value the value to assign
943945
*/
944946
public JSONArray setJSONObject(int index, JSONObject value) {
945947
set(index, value);

0 commit comments

Comments
 (0)