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