Closed jgiacomini closed 6 years ago
Here a sample of how to use it :
// Enable KebabCase
client.Settings.Formatters.OfType<JsonFormatter>().First().UseKebabCase();
// Enable CamelCase
client.Settings.Formatters.OfType<JsonFormatter>().First().UseCamelCase();
// Enable SnakeCase
client.Settings.Formatters.OfType<JsonFormatter>().First().UseSkakeCase();
Related to #45
Add support of :