Create new AssertContentsAgainstJsonNet to avoid calling NormalizeToJsonNetFormat when not necessary. #32351
Labels
area-System.Text.Json
help wanted
[up-for-grabs] Good issue for external contributors
test-enhancement
Improvements of test source code
Milestone
There are subtle differences between Newtonsoft.Json and S.T.Json on how characters are escaped (upper case hex digits vs lower case), etc. This requires helpers for testing. Capturing the TODO into an issue: dotnet/corefx#39900 (comment).
runtime/src/libraries/System.Text.Json/tests/JsonTestHelper.cs
Lines 721 to 723 in d4b06b1
runtime/src/libraries/System.Text.Json/tests/JsonTestHelper.cs
Lines 743 to 745 in d4b06b1
cc @steveharter
The text was updated successfully, but these errors were encountered: