Environment version: .NET 9.0.0 (9.0.0)
Newtonsoft.Json version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
"7:00AM"
{
"7:00AM": "aaa",
"8:00AM": "bbb",
"9:00AM": "ccc"
}
Dumping object(System.Collections.Generic.SortedDictionary`2[Time,String])
[
[7:00AM, aaa]
,
[8:00AM, bbb]
,
[9:00AM, ccc]
]