dataclasses-json 0.6.7
0
Easily serialize dataclasses to and from JSON.
Contents
Easily serialize dataclasses to and from JSON.
Stars: 1367, Watchers: 1367, Forks: 153, Open Issues: 144The lidatong/dataclasses-json
repo was created 6 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1367 github stars!
How to Install dataclasses-json
You can install dataclasses-json using pip
pip install dataclasses-json
or add it to a project with poetry
poetry add dataclasses-json
Package Details
- Author
- Charles Li
- License
- MIT
- Homepage
- https://github.com/lidatong/dataclasses-json
- PyPi:
- https://pypi.org/project/dataclasses-json/
- GitHub Repo:
- https://github.com/lidatong/dataclasses-json
Classifiers
Related Packages
Errors
A list of common dataclasses-json errors.
Code Examples
Here are some dataclasses-json
code examples and snippets.
GitHub Issues
The dataclasses-json package has 144 open issues on GitHub
- Marshmallow warnings
- unable to generate a JSON schema due to Enum
- InitVar does not work with dataclasses-json