mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
Add isNull() to JSONArray and JSONObject reference
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user