2 references to KebabCaseLower
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
223
var docFail = DeserializePatchDocumentWithNamingPolicy(json, JsonNamingPolicy.
KebabCaseLower
);
System.Text.Json (1)
src\libraries\System.Text.Json\Common\JsonKnownNamingPolicy.cs (1)
32
/// Specifies that the built-in <see cref="Json.JsonNamingPolicy.
KebabCaseLower
"/> be used to convert JSON property names.