Click or drag to resize
Json.NET

CamelCaseNamingStrategy Properties

 

The CamelCaseNamingStrategy type exposes the following members.

Properties
  NameDescription
Public propertyOverrideSpecifiedNames
A flag indicating whether explicitly specified property names, e.g. a property name customized with a JsonPropertyAttribute, should be processed. Defaults to false.
(Inherited from NamingStrategy.)
Public propertyProcessDictionaryKeys
A flag indicating whether dictionary keys should be processed. Defaults to false.
(Inherited from NamingStrategy.)
Public propertyProcessExtensionDataNames
A flag indicating whether extension data names should be processed. Defaults to false.
(Inherited from NamingStrategy.)
Top
See Also