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

Add JSON deserialization support #257

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Add JSON deserialization support #257

merged 1 commit into from
Jun 6, 2024

Conversation

JordonPhillips
Copy link
Contributor

This adds JSON deserialization to the JSON codec. Part of that includes creating a JSON-specific document type capable of handling the special features of the codec (that is, jsonName, blob formatting, and timestamp formatting)

Note that I added a new dependency, and so had to regenerate the lockfile.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@JordonPhillips JordonPhillips requested a review from a team as a code owner June 4, 2024 15:09
@JordonPhillips JordonPhillips force-pushed the json-schema-serde-implementation branch from 19999fc to 9c5ec42 Compare June 4, 2024 16:06
Base automatically changed from json-schema-serde-implementation to develop June 4, 2024 16:11
This adds JSON deserialization to the JSON codec. Part of that
includes creating a JSON-specific document type capable of handling
the special features of the codec (that is, jsonName, blob
formatting, and timestamp formatting)

Note that I added a new dependency, and so had to regenerate the
lockfile.
@JordonPhillips JordonPhillips merged commit 6919982 into develop Jun 6, 2024
5 checks passed
@JordonPhillips JordonPhillips deleted the json-deser branch June 6, 2024 13:23
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.

2 participants