JsonReaderOptions Struct
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.
Provides the ability for the user to define custom behavior when reading JSON.
public value class JsonReaderOptions
public struct JsonReaderOptions
type JsonReaderOptions = struct
Public Structure JsonReaderOptions
- Inheritance
For more information, see How to write custom serializers and deserializers with System.Text.Json.
Allow |
|
Allow |
Gets or sets a value that defines whether an extra comma at the end of a list of JSON values in an object or array is allowed (and ignored) within the JSON payload being read. |
Comment |
Gets or sets a value that determines how the Utf8JsonReader handles comments when reading through the JSON data. |
Max |
Gets or sets the maximum depth allowed when reading JSON, with the default (that is, 0) indicating a maximum depth of 64. |
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: