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

TJSONOptions

Set of JSON scanner options

Declaration

Source position: jsonscanner.pp line 55

type TJSONOptions = set of (

  joUTF8,

  

UTF8 string encoding option

  joStrict,

  

Strict JSON parsing option

  joComments,

  

Allow comments option

  joIgnoreTrailingComma,

  

Ignore trailing comma option

  joIgnoreDuplicates,

  

Ignore duplicate keys option

  joBOMCheck

  

Check byte order mark option

);

Description

Set type that combines multiple TJSONOption values. Used to configure the behavior of the JSON scanner.

See also

TJSONOption

  

JSON scanner options

DefaultOptions

  

Default scanner options

TJSONScanner

  

JSON lexical scanner


Documentation generated on: Aug 28 2026 Report a problem on this page