Skip to main content

JSON encoder/decoder hooks for Python dataclasses

Project description

JSON encoder/decoder hooks for Python dataclasses

This project contains custom hooks that can be used with Python's json package. These hooks can be to produce JSON from and to predefined existing dataclasses.

Source: https://stackoverflow.com/questions/53376099/python-dataclass-from-dict#answer-53505530

Usage

json_str = json.dumps(dataclass_object, default=dataclass_object_dump)

dataclass_object = json.loads(json_str, object_hook=dataclass_object_load)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json_dataclass_io_hooks-0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

json_dataclass_io_hooks-0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page