JsonMergeSettings Properties |
The JsonMergeSettings type exposes the following members.
Name | Description | |
---|---|---|
MergeArrayHandling |
Gets or sets the method used when merging JSON arrays.
| |
MergeNullValueHandling |
Gets or sets how null value properties are merged.
| |
PropertyNameComparison |
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.
|