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

Method setJSONObject

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

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

(int index, JSONObject value)

Source from the content-addressed store, hash-verified

997 * @see JSONArray#getJSONArray(int)
998 */
999 public JSONArray setJSONObject(int index, JSONObject value) {
1000 set(index, value);
1001 return this;
1002 }
1003
1004
1005 /**

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected