NullValueHandling Enumeration

Json.NET

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

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