Interface IWebhookJsonSerializer
Defines a JSON serializer specifically for webhook payloads.
Namespace: Umbraco.Cms.Core.Serialization
Assembly: Umbraco.Core.dll
Syntax
public interface IWebhookJsonSerializer : IJsonSerializer
Remarks
This interface extends IJsonSerializer to provide specialized serialization for webhook data with appropriate formatting and options.