Describe the bug
JsonSerializer.ToString() ignores does not convert PascalCase dictionary keys into camelCase although JsonSerializerOptions.DictionaryKeyPolicy is set to JsonNamingPolicy.CamelCase
To Reproduce
ASP.NET Core 3 Preview 6
Expected behavior
Dictionary Keys converted to camelCase on serialization
