.NET 8 JsonNamingPolicy: SnakeCaseLower and KebabCaseLower (System.Text.Json)
Use the new .NET 8 `JsonNamingPolicy.SnakeCaseLower` (and SnakeCaseUpper, KebabCaseLower, KebabCaseUpper) to serialize snake_case / kebab-case JSON via System.Text.Json — no custom converter needed.