Starting to add JSONArray.setJSONArray() reference

This commit is contained in:
Scott Murray
2013-06-01 21:11:45 -07:00
parent c03e61ff5b
commit d030b9709c

View File

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