Added reference for JSONArray.setJSONObject()

This commit is contained in:
Scott Murray
2013-06-01 21:25:24 -07:00
parent d030b9709c
commit c79fd2bed5

View File

@@ -939,7 +939,9 @@ public class JSONArray {
/**
* @webref jsonarray:method
* @brief To come...
* @brief Sets the JSONObject value associated with an index value
* @param index the index value to target
* @param value the value to assign
*/
public JSONArray setJSONObject(int index, JSONObject value) {
set(index, value);