DefaultValueHandling Enumeration

Json.NET

Json.NET - Quick Starts & API Documentation DefaultValueHandling Enumeration
NamespacesNewtonsoft.JsonDefaultValueHandling
Specifies default value handling options for the JsonSerializer.
Declaration Syntax
C# Visual Basic Visual C++
public enum DefaultValueHandling
Public Enumeration DefaultValueHandling
public enum class DefaultValueHandling
Members
Member Description
Include Include default values when serializing and deserializing objects.
Ignore Ignore default values when serializing and deserializing objects.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)