Click or drag to resize
Json.NET

JsonLoadSettings Properties

 

The JsonLoadSettings type exposes the following members.

Properties
  NameDescription
Public propertyCommentHandling
Gets or sets how JSON comments are handled when loading JSON. The default value is Ignore.
Public propertyDuplicatePropertyNameHandling
Gets or sets how duplicate property names in JSON objects are handled when loading JSON. The default value is Replace.
Public propertyLineInfoHandling
Gets or sets how JSON line info is handled when loading JSON. The default value is Load.
Top
See Also