in Notation.Plugin.AzureKeyVault/Protocol/GetMetadataResponse.cs [49:54]
public string ToJson()
{
return JsonSerializer.Serialize(
value: this,
jsonTypeInfo: new GetMetadataResponseContext(PluginIO.GetRelaxedJsonSerializerOptions()).GetMetadataResponse);
}