Json.NET - Quick Starts & API Documentation
NullValueHandling Enumeration
Namespaces ► Newtonsoft.Json ► NullValueHandling
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.
|