✅ Asp.Net 9 OpenAPI Swagger UI not using Newtonsoft JSON Snake Case strategy
Hi,
How can I get the Swagger UI for OpenAPI to work with Newtonsoft JSON for Snake Case?
I've tried:
How can I get the Swagger UI for OpenAPI to work with Newtonsoft JSON for Snake Case?
I've tried:
- Setting attributes on the body input DTO (JsonObject, JsonPropertyName)
- Making a snake case Schema and Document filter

