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

feat: json_object_hook and serializer example #294

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

andrewthetechie
Copy link
Owner

This adds a new feature, the ability to customize the json deserialization into objects using a json.loads object hook.

it also updates documentation and includes an example of customizing serialization and deserialization of python objects

#289

This adds a new feature, the ability to customize the json
deserialization into objects using a json.loads object hook.

it also updates documentation and includes an example of customizing
serialization and deserialization of python objects

#289
@andrewthetechie andrewthetechie merged commit 80c725e into main Sep 23, 2022
@andrewthetechie andrewthetechie deleted the custom-serializer-example branch September 23, 2022 03:18
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.

Example request: An example with custom serialization/desrialization
1 participant