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.
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.