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

Method setJSONArray

core/src/processing/data/JSONObject.java:1274–1276  ·  view source on GitHub ↗

@webref jsonobject:method @brief Sets the JSONArray value associated with a key @param key a key string @param value value to assign @see JSONObject#setJSONObject(String, JSONObject) @see JSONObject#getJSONObject(String) @see JSONObject#getJSONArray(String)

(String key, JSONArray value)

Source from the content-addressed store, hash-verified

1272 * @see JSONObject#getJSONArray(String)
1273 */
1274 public JSONObject setJSONArray(String key, JSONArray value) {
1275 return put(key, value);
1276 }
1277
1278
1279// /**

Callers

nothing calls this directly

Calls 1

putMethod · 0.95

Tested by

no test coverage detected