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