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

TJSONScanner.CurTokenString

Current token string value

Declaration

Source position: jsonscanner.pp line 96

public property TJSONScanner.CurTokenString : Ansistring
  read FCurTokenString;

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