Utf8Json
Utf8Json copied to clipboard
Resolved an issue with List<TimeSpan>
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.