Return the current value of the enumerator.
Source position: fpjson.pp line 121
|  public property TBaseJSONEnumerator.Current : TJSONEnum | 
Current returns the current enumerator value of type TJSONEnum. It is only valid after MoveNext returned True.
| 
 | JSON enumerator loop variable type. | |
| 
 | Base (abstract) object for all JSON based data types. | |
| 
 | Move to next value in array/object. |