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

Method setString

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

@webref jsonobject:method @brief Put a key/String pair in the JSONObject @param key a key string @param value the value to assign @see JSONObject#setInt(String, int) @see JSONObject#setFloat(String, float) @see JSONObject#setBoolean(String, boolean)

(String key, String value)

Source from the content-addressed store, hash-verified

1165 * @see JSONObject#setBoolean(String, boolean)
1166 */
1167 public JSONObject setString(String key, String value) {
1168 return put(key, value);
1169 }
1170
1171
1172 /**

Callers 1

JSONObjectMethod · 0.95

Calls 1

putMethod · 0.95

Tested by

no test coverage detected