time_machine
time_machine copied to clipboard
Implemented toJson and fromJson for date and time types
Added implementations for toJson and fromJson methods for the following types:
LocalDateLocalDateTimeLocalTimeOffsetDateOffsetDateTimeOffsetTimeDayOfWeek
These methods allow to use time_machine types along with json_serializable and could be useful to integrate those types with REST API clients for example.