JsonReaderState.Options 属性

定义

获取使用 Utf8JsonReader 结构读取 JSON 数据时要使用的自定义行为,该结构可能会偏离严格遵守 JSON 规范的要求(这是默认行为)。

public:
 property System::Text::Json::JsonReaderOptions Options { System::Text::Json::JsonReaderOptions get(); };
public System.Text.Json.JsonReaderOptions Options { get; }
member this.Options : System.Text.Json.JsonReaderOptions
Public ReadOnly Property Options As JsonReaderOptions

属性值

JsonReaderOptions

读取 JSON 数据时要使用的自定义行为。

适用于