Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
JsonSerializerDefaults Enum
Definition
- Namespace:
- System.Text.Json
- Assembly:
- System.Text.Json.dll
- Package:
- System.Text.Json v11.0.0-preview.5.26302.115
- Source:
- JsonSerializerDefaults.cs
- Source:
- JsonSerializerDefaults.cs
- Source:
- JsonSerializerDefaults.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies scenario-based default serialization options that can be used to construct a JsonSerializerOptions instance.
public enum class JsonSerializerDefaults
public enum JsonSerializerDefaults
type JsonSerializerDefaults =
Public Enum JsonSerializerDefaults
- Inheritance
Fields
| Name | Value | Description |
|---|---|---|
| General | 0 | General-purpose option values. These are the same settings that are applied if a JsonSerializerDefaults member isn't specified. For information about the default property values that are applied, see JsonSerializerOptions properties. |
| Web | 1 | Option values appropriate to Web-based scenarios. This member implies that:
|
| Strict | 2 | Option values appropriate for strict JSON parsing. This member implies that:
|
Applies to
Feedback
Was this page helpful?
