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.
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
stringor anumberand proceed as before, but also introduce support if the value is anarray.