We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is case when enum name in dart and in json does not match, it would be nice to have construction like this:
enum FieldType { @JsonEnum('Text) text, @JsonEnum('Number') number }
to solve those issues.