Unit 'JsonReader' Package
[Overview][Types][Classes][Index] [#fcl]

TBaseJSONReader.Options

JSON parsing options that control reader behavior

Declaration

Source position: jsonreader.pp line 76

public property TBaseJSONReader.Options : TJSONOptions
  read GetOptions
  write SetOptions;

Description

The Options property controls various aspects of JSON parsing behavior. This includes UTF-8 handling, strict mode parsing, and other parsing preferences. Changes to options affect how the underlying scanner processes JSON tokens.

See also

TJSONOptions

TJSONScanner


Documentation generated on: Jan 27 2026