Status Updates From C# Cookbook: Modern Recipes...
C# Cookbook: Modern Recipes for Professional Developers by
Status Updates Showing 1-8 of 8
Krasimir Dramaliev
is 74% done
at 74% -> explains why auto naming policy, breaks `stripe` sometimes...
var serializeOptions = new JsonSerializerOptions
{
PropertyNamingPolicy = JsonNamingPolicy.CamelCase
};
— Jan 31, 2025 12:59PM
Add a comment
var serializeOptions = new JsonSerializerOptions
{
PropertyNamingPolicy = JsonNamingPolicy.CamelCase
};

