1 override of JsonFormatter_EscapedKeys_SingleQuote_Expected
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonInputFormatterTest.cs (1)
200
internal override string
JsonFormatter_EscapedKeys_SingleQuote_Expected
=> "$[0]['It's a key']";
1 reference to JsonFormatter_EscapedKeys_SingleQuote_Expected
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\JsonInputFormatterTestBase.cs (1)
185
var expectedKey =
JsonFormatter_EscapedKeys_SingleQuote_Expected
;