-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The NodaTime library currently lacks a JSON converter for the YearMonth type, which prevents proper serialization and deserialization when working with JSON.
Current Situation
- JSON converters exist for other NodaTime types (such as
LocalDate,LocalDateTime, etc.) - When attempting to serialize/deserialize
YearMonthobjects, users currently need to implement custom solutions
Proposed Solution
I would like to implement a YearMonthJsonConverter that follows the same patterns and conventions as the existing NodaTime JSON converters.
Questions
- Are there any specific requirements or patterns I should follow for consistency with the existing converters?
- Would this contribution be welcome?
- Is anyone already working on this feature?
Metadata
Metadata
Assignees
Labels
No labels