JsonLoadSettings
Specifies the settings used when loading JSON.
Gets or sets how JSON comments are handled when loading JSON.
The default value is Ignore.
Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
The default value is Replace.
Gets or sets how JSON line info is handled when loading JSON.
The default value is Load.
public JsonLoadSettings()
Initializes a new instance of the JsonLoadSettings class.