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

TJSONScanner.CurToken

Current token type

Declaration

Source position: jsonscanner.pp line 95

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: Aug 28 2026 Report a problem on this page