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