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

TJSONScanner.CurTokenString

Current token string value

Declaration

Source position: jsonscanner.pp line 141

public property TJSONScanner.CurTokenString : Ansistring
  read GetCurTokenString;

Description

Returns the string representation of the current token. For string tokens, contains the unescaped string content. For other tokens, contains the literal text representation.

See also

CurToken

  

Current token type

FetchToken

  

Fetch next token from input


Documentation generated on: Jan 27 2026