Add isNull() to JSONArray and JSONObject reference

This commit is contained in:
REAS
2015-11-09 16:50:42 -08:00
parent 63b8689d42
commit 3e985c2b0f
2 changed files with 6 additions and 3 deletions

View File

@@ -1047,6 +1047,7 @@ public class JSONArray {
/**
* Determine if the value is null.
* @webref
* @param index must be between 0 and length() - 1
* @return true if the value at the index is null, or if there is no value.
*/