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

[Annotation Only] Adding case insensitive to enum based on loading JsonEnum config #1323

Open matanshukry opened 1 year ago

matanshukry commented 1 year ago

Part of https://github.com/google/json_serializable.dart/pull/1155 - see details here.

This is just the annotation part of the PR.