I have an .NET Core Web API. Out of the box I understand that it gives you camelCase JSON when getting data back from endpoints you make. I've decided to change this default behavior to be snake case with this bit of code in my I have an .NET Core Web API. Out of the box I u