public string ToJson()

in Notation.Plugin.AzureKeyVault/Protocol/GetMetadataResponse.cs [49:54]


        public string ToJson()
        {
            return JsonSerializer.Serialize(
                value: this,
                jsonTypeInfo: new GetMetadataResponseContext(PluginIO.GetRelaxedJsonSerializerOptions()).GetMetadataResponse);
        }