google / json_serializable.dart

Generates utilities to aid in serializing to/from JSON.
https://pub.dev/packages/json_serializable
BSD 3-Clause "New" or "Revised" License
1.55k stars 395 forks source link

Support unknownEnumValue on Map values (#1093) #1326

Open t-beckmann opened 1 year ago

t-beckmann commented 1 year ago

This enables use of unknownEnumValue on Map values, see also https://github.com/google/json_serializable.dart/issues/1093#issuecomment-1556139247. Notice, this does not implement the some form of unknown enum on Map keys yet.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

t-beckmann commented 1 year ago

CLA was signed.

savage7 commented 11 months ago

Any chance that this will be merged?

t-beckmann commented 9 months ago

Any chance that this will be merged?

@kevmoo Would you mind having a look? Thanks.