You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with [Flags] enums, these are often represented as an array of strings in JSON.
It would be nice to have this functionality too in the JsonStringEnumMemberConverter.
It should check if the value is a string or a number and proceed as before, but also introduce support if the value is an array.
The text was updated successfully, but these errors were encountered:
When working with
[Flags]
enums, these are often represented as an array of strings in JSON.It would be nice to have this functionality too in the
JsonStringEnumMemberConverter
.It should check if the value is a
string
or anumber
and proceed as before, but also introduce support if the value is anarray
.The text was updated successfully, but these errors were encountered: