quicktype
quicktype copied to clipboard
CSharp Enum Camel case
Hello, Your product is great but I would like an option when generating enums where we can disable Camel case e.g currently enum value is converted from TEST to Test. This is very important when we are sending enums as strings over an API. It seems like the C++ generator has this option.
Note I am generating from json schems where enums are case sensitive.
Many Thanks
Neil Gallagher