mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
Starting to add JSONArray.setJSONArray() reference
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user