CoreJsonContext.Boolean Property

Definition

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

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

Property Value

Applies to