Added initial reference for JSONArray set and get methods

This commit is contained in:
Scott Murray
2013-06-02 07:17:09 -07:00
parent 362def018e
commit 2b781353bb
2 changed files with 40 additions and 34 deletions

View File

@@ -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.