simc / crimson

Fast, efficient and easy-to-use JSON parser and serializer for Dart.
Apache License 2.0
229 stars 6 forks source link

Doesn't encode @JsonName value for enum while serializing #25

Open aarjan opened 9 months ago

aarjan commented 9 months ago

When encoding any enum field with JsonName annotation, the annotated name is not serialized to output, rather just the enum value.name is used.