JsonSerializationSettings Class Members
In This Topic
The following tables list the members exposed by JsonSerializationSettings.
Public Constructors
Public Properties
| | Name | Description |
 | OmitDefaults |
Gets and sets whether to omit properties that have their default values from JSON output. Default value is true.
This behavior is designed to produce smaller JSON payloads.
|
 | PrettyPrint |
Gets and sets whether JSON output should be formatted with whitespace and newlines. Default value is true.
|
Top
See Also