Edit

Share via


JsonMetadataServices.JsonValueConverter Property

Definition

Gets an object that converts JsonValue values.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::Text::Json::Nodes::JsonValue ^> ^ JsonValueConverter { System::Text::Json::Serialization::JsonConverter<System::Text::Json::Nodes::JsonValue ^> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<System.Text.Json.Nodes.JsonValue?> JsonValueConverter { get; }
static member JsonValueConverter : System.Text.Json.Serialization.JsonConverter<System.Text.Json.Nodes.JsonValue>
Public Shared ReadOnly Property JsonValueConverter As JsonConverter(Of JsonValue)

Property Value

Remarks

This API is for use by the output of the System.Text.Json source generator and should not be called directly.

Applies to