neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.35k stars 266 forks source link

Resolved an issue with List<TimeSpan> #218

Open st-gwerner opened 4 years ago

st-gwerner commented 4 years ago

When any non-first TimeSpan in the list contains a date part, for instance 1.00:00:00, an error is throw instead of parsing the timespan correctly. A fix for this errant behavior and a unit test to validate the behavior were added.