Skip to content
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

Fix rest json de/serialization backwards compatibility #110

Merged
merged 6 commits into from
Oct 17, 2023

Conversation

volllly
Copy link
Contributor

@volllly volllly commented Oct 16, 2023

Fixes #109

  • the case of fields is preserved as they are specified in the datatypes
  • emtpy fields are skipped in serialization
  • Microsofts old datetime format can now be deserialized

@volllly volllly requested a review from a team as a code owner October 16, 2023 12:58
pawelvds
pawelvds previously approved these changes Oct 17, 2023
@volllly volllly changed the title Keep case of fields in rest responses Fix rest json de/serialization backwards compatibility Oct 17, 2023
@volllly volllly merged commit 1c191b0 into main Oct 17, 2023
1 of 5 checks passed
@volllly volllly deleted the fix-rest-response-property-casing branch October 17, 2023 15:58
@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Json serialization breaking change
2 participants