Newtonsoft.Json.Schema
Newtonsoft.Json.Schema copied to clipboard
StringEnumGenerationProvider support custom NamingStrategy
This makes StringEnumGenerationProvider support all naming strategies, not only camel-case. To maintain compatibility, the original CamelCaseText property is retained ~and marked as obsolete~. It should be removed at an opportune time in the future.
Hi. I took a look at your changes. Why did you remove the obsolete attribute you added?
Edit: I made some changes and added the obsolete attribute back.