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