mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
Added reference for JSONArray.setJSONObject()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user