Table of Contents

Enum DefaultValueHandling

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
[Flags]
public enum DefaultValueHandling

Fields

Ignore = 1
IgnoreAndPopulate = Ignore | Populate
Include = 0
Populate = 2