JsonMetadataServices.JsonObjectConverter Property

Definition

Gets an object that converts JsonObject values.

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

Property Value

JsonConverter<JsonObject>

Remarks

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

Applies to