PropertyNameHandling
Defines the property name handling.
CamelCase = 1
Generates lower camel cased property names using CamelCasePropertyNamesContractResolver.
Default = 0
Generates property name using reflection (respecting the JsonPropertyAttribute and DataMemberAttribute).
SnakeCase = 2
Generates snake cased property names using SnakeCaseNamingStrategy.