CoreJsonContext.DictionaryStringJsonElement Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.Dictionary<string,System.Text.Json.JsonElement>> DictionaryStringJsonElement { get; }
member this.DictionaryStringJsonElement : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.Dictionary<string, System.Text.Json.JsonElement>>
Public ReadOnly Property DictionaryStringJsonElement As JsonTypeInfo(Of Dictionary(Of String, JsonElement))

Property Value

Applies to