JSON parsing options that control reader behavior
Source position: jsonreader.pp line 76
public property TBaseJSONReader.Options : TJSONOptions |
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.