Click or drag to resize
Json.NET

JsonMergeSettings Properties

 

The JsonMergeSettings type exposes the following members.

Properties
  NameDescription
Public propertyMergeArrayHandling
Gets or sets the method used when merging JSON arrays.
Public propertyMergeNullValueHandling
Gets or sets how null value properties are merged.
Public propertyPropertyNameComparison
Gets or sets the comparison used to match property names while merging. The exact property name will be searched for first and if no matching property is found then the StringComparison will be used to match a property.
Top
See Also