Extracted at 2014-06-26.
pike.ida.liu.se
[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