diff --git a/core/src/processing/data/JSONArray.java b/core/src/processing/data/JSONArray.java index 18fd73fbf..cb2a136e3 100644 --- a/core/src/processing/data/JSONArray.java +++ b/core/src/processing/data/JSONArray.java @@ -928,7 +928,9 @@ public class JSONArray { /** * @webref jsonarray:method - * @brief To come... + * @brief Sets the JSONArray value associated with an index value + * @param index the index value to target + * @param value the value to assign */ public JSONArray setJSONArray(int index, JSONArray value) { set(index, value);