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