You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be useful to be able to leverage the generated extensions in a JsonConverter so that you don't have to use the JsonStringEnumConverter (especially useful if you have enum values that aren't valid in C#).
I'll contribute a PR with the changes required to achieve this.
The text was updated successfully, but these errors were encountered:
It'd be useful to be able to leverage the generated extensions in a JsonConverter so that you don't have to use the
JsonStringEnumConverter
(especially useful if you have enum values that aren't valid in C#).I'll contribute a PR with the changes required to achieve this.
The text was updated successfully, but these errors were encountered: