MCPcopy Index your code
hub / github.com/processing/processing / setJSONArray

Method setJSONArray

core/src/processing/data/JSONArray.java:985–988  ·  view source on GitHub ↗

@webref jsonarray:method @brief Sets the JSONArray value associated with an index value @param index the index value to target @param value the value to assign @see JSONArray#setJSONObject(int, JSONObject) @see JSONArray#getJSONObject(int) @see JSONArray#getJSONArray(int)

(int index, JSONArray value)

Source from the content-addressed store, hash-verified

983 * @see JSONArray#getJSONArray(int)
984 */
985 public JSONArray setJSONArray(int index, JSONArray value) {
986 set(index, value);
987 return this;
988 }
989
990 /**
991 * @webref jsonarray:method

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected