How to serialize to JSON in camelCase using .NET Core?
This article describes how to configure your .NET Core application to serialize objects in camelCase instead of PascalCase. I guess this is another quick note – something that should be simple, but I couldn’t remember how to do it from the top of my head, and the solution turned out…Continue reading How to serialize to JSON in camelCase using .NET Core?