Class KebabCaseNamingStrategy
- Namespace
- Newtonsoft.Json.Serialization
- Assembly
- Newtonsoft.Json.dll
public class KebabCaseNamingStrategy : NamingStrategy
- Inheritance
-
KebabCaseNamingStrategy
- Inherited Members
- Extension Methods
Constructors
KebabCaseNamingStrategy()
public KebabCaseNamingStrategy()
KebabCaseNamingStrategy(bool, bool)
public KebabCaseNamingStrategy(bool processDictionaryKeys, bool overrideSpecifiedNames)
Parameters
KebabCaseNamingStrategy(bool, bool, bool)
public KebabCaseNamingStrategy(bool processDictionaryKeys, bool overrideSpecifiedNames, bool processExtensionDataNames)
Parameters
Methods
ResolvePropertyName(string)
protected override string ResolvePropertyName(string name)
Parameters
name
string