JsonDocumentOptions Struct

Definition

Provides the ability for the user to define custom behavior when parsing JSON to create a JsonDocument.

C#
public struct JsonDocumentOptions
Inheritance
JsonDocumentOptions

Remarks

For more information, see How to serialize and deserialize JSON.

Properties

AllowTrailingCommas

Gets or sets a value that indicates 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.

CommentHandling

Gets or sets a value that determines how the JsonDocument handles comments when reading through the JSON data.

MaxDepth

Gets or sets the maximum depth allowed when parsing JSON data, with the default (that is, 0) indicating a maximum depth of 64.

Applies to

Toode Versioonid
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)