CamelCase property names with NJsonSchema C# CodeGeneration

Viewed 97

does anybody know a way to configure NJsonSchema to use CamelCase property naming durching code generation? I've a JSON schema with property names like message_id which lead to C# property name 'Message_id' where i.e. 'MessageId' whould be a more C#-like way.

With an attribute like '[JsonProperty("message_id"]' it would be no problem to specified the connection between the different names.

0 Answers
Related