JsonReaderState.Options プロパティ

定義

JSON 仕様への厳格な準拠 (これが既定の動作) から逸脱する場合がある Utf8JsonReader 構造体を使用して 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 データを読み取るときに使用するカスタム動作。

適用対象