native JSON data type.
Source position: fpjson.pp line 481
public class function TJSONNull.JSONType: TJSONtype; override; |
Always jtNull.
JSONType is overridden by TJSONNull to return jtNull.
|
The native JSON data type represented by this object. |