Json.NET - Quick Starts & API Documentation
NullValueHandling Enumeration
NamespacesNewtonsoft.JsonNullValueHandling
Specifies null value handling options for the JsonSerializer.
Declaration Syntax
C#Visual BasicVisual C++
public enum NullValueHandling
Public Enumeration NullValueHandling
public enum class NullValueHandling
Members
MemberDescription
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.13929)