Enum MergeNullValueHandling
Specifies how null value properties are merged.
Namespace: Bayat.Json.Linq
Assembly: Bayat.Json.Runtime.dll
Syntax
[Flags]
public enum MergeNullValueHandling
Fields
| Name | Description |
|---|---|
| Ignore | The content's null value properties will be ignored during merging. |
| Merge | The content's null value properties will be merged. |