[Top]
Tools
Tools.JSON
Tools.JSON.JSONObject
|
Method Tools.JSON.JSONObject()->isNull()
- Method
isNull
-
int(0..1) isNull(string key)
- Description
-
Determine if the value associated with the key is null or if there is no value.
- Parameter key
-
A key string
- Returns
-
true if there is no value associated with the key or if the valus is the JSONObject.NULL object
|