Fetch next token from input
Source position: jsonscanner.pp line 134
public function TJSONScanner.FetchToken: TJSONToken; |
Type of the fetched token
Reads and returns the next token from the JSON input stream. Advances the scanner position and updates current token information. The token type and associated string value are available through properties after calling this method.
Raises EScannerError when encountering invalid JSON syntax.
|
JSON token types |
|
|
Current token type |
|
|
Current token string value |