Return the current value of the enumerator.
Source position: fpjson.pp line 119
| public function TBaseJSONEnumerator.GetCurrent: TJSONEnum; virtual; abstract; | 
Current TJSONEnum value.
GetCurrent returns the current value of the enumerator. This is a TJSONEnum value.
| 
 | JSON enumerator loop variable type. |