Skip to content

Add handling for datetimes to the default Json Converter #872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tconley1428
Copy link
Contributor

@tconley1428 tconley1428 commented May 16, 2025

What was changed

Add handling for datetimes to the default Json Converter

Why?

datetimes are a common payload to need to serialize

Checklist

  1. Closes [Feature Request] Support serialization of datetime values in default JSON converter #627

  2. How was this tested:
    New unit tests

  3. Any docs updates needed?

@tconley1428 tconley1428 requested a review from a team as a code owner May 16, 2025 19:04
@tconley1428 tconley1428 changed the title Add a new converter to the default DataConverter for datetimes Add handling for datetimes to the default Json Converter May 16, 2025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we also have to update the README that we support datetime now. I do wonder whether we want to support date and time, but maybe not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Support serialization of datetime values in default JSON converter
2 participants