[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Is the data a null value ?
Source position: fpjson.pp line 127
public property TJSONData.IsNull : Boolean |
IsNull is True only for JSONType=jtNull, i.e. for a TJSONNull instance. In all other cases, it is False. This value cannot be set.
|
Possible types of JSON data |
|
JSONType |
||
|
Class to represent boolean JSON data. |
|
AsFloat |
||
Value |
||
AsInt64 |
||
AsString |
||
AsInteger |
||
AsBoolean |
||
AsJSON |