fsprojects / Fleece

Json mapper for F#
http://fsprojects.github.io/Fleece
Apache License 2.0
199 stars 31 forks source link

Add DateOnly and TimeOnly #126

Closed gusty closed 2 years ago

gusty commented 2 years ago

This will add support for Net6 DateOnly and TimeOnly types.

Fleece core can multitarget, but the idea is not to mess a lot with interface multitargeting, so this proposal uses DateTime as a interface vehicle to transport both Date and Time separately.