Click or drag to resize
Json.NET

NamingStrategy Properties

 

The NamingStrategy 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.
Public propertyProcessDictionaryKeys
A flag indicating whether dictionary keys should be processed. Defaults to false.
Public propertyProcessExtensionDataNames
A flag indicating whether extension data names should be processed. Defaults to false.
Top
See Also