Skip to content

Support Enum deserialization from Array for Flags enums #40

@wertzui

Description

@wertzui

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions