mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Added initial reference for JSONArray set and get methods
This commit is contained in:
@@ -556,7 +556,7 @@ public class JSONObject {
|
||||
* Gets the String associated with a key
|
||||
*
|
||||
* @webref jsonobject:method
|
||||
* @brief Gets the string associated with a key
|
||||
* @brief Gets the string value associated with a key
|
||||
* @param key a key string
|
||||
* @return A string which is the value.
|
||||
* @throws JSONException if there is no string value for the key.
|
||||
|
||||
Reference in New Issue
Block a user