Coalesce
Coalesce copied to clipboard
Support enums as strings in APIs
If an enum is annotated with [JsonConverter(typeof(JsonStringEnumConverter<T>))], support it being a string in the API.