Contents

dataclasses-json 0.6.7

0

Easily serialize dataclasses to and from JSON.

Easily serialize dataclasses to and from JSON.

Stars: 1367, Watchers: 1367, Forks: 153, Open Issues: 144

The 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

No  dataclasses-json  pypi packages just yet.

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

See more issues on GitHub

Related Packages & Articles

dacite 1.8.1

Simple creation of data classes from dictionaries.

anyjson 0.3.3

Wraps the best available JSON implementation available in a common interface

ajsonrpc 1.2.0

Async JSON-RPC 2.0 protocol + server powered by asyncio