Unit 'JsonScanner' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl]

TJSONScanner.CurToken

Current token type

Declaration

Source position: jsonscanner.pp line 140

public property TJSONScanner.CurToken : TJSONToken
  read FCurToken;

Description

Returns the type of the current token. Updated after each call to FetchToken.

See also

TJSONToken

  

JSON token types

FetchToken

  

Fetch next token from input

CurTokenString

  

Current token string value


Documentation generated on: Jan 27 2026