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