typescript-generator
typescript-generator copied to clipboard
Add enumAsObject enum mapping config option
It would be very useful to have such option in order to be able to globally convert enums as objects without providing the JsonFormat annotation. Use case is 3rd party libraries without access to the source code.
thanks!