CoreJsonContext.JsonElement Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Text.Json.JsonElement> JsonElement { get; }
member this.JsonElement : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Text.Json.JsonElement>
Public ReadOnly Property JsonElement As JsonTypeInfo(Of JsonElement)

Property Value

Applies to