JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.74k stars 3.25k forks source link

Fix TimeOnly format error deserializing `HH:mm` #2811

Open dwfrancis opened 1 year ago

dwfrancis commented 1 year ago

This commit also adds a missing Deserialize_Milliseconds test for TimeOnly

dwfrancis commented 1 year ago

Resolves #2810