Contents

dataclasses-json 0.6.4

0

Easily serialize dataclasses to and from JSON.

Easily serialize dataclasses to and from JSON.

Stars: 1293, Watchers: 1293, Forks: 146, Open Issues: 128

The lidatong/dataclasses-json repo was created 5 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1293 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 128 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.

canmatrix 1.0

865 Stars :star: Stars: 865, Watchers: 865, Forks: 381, Open Issues: 46 The ebroecker/canmatrix repo was created 11 years ago and the last code push was 2 weeks ago. The project is popular with 865 github stars! How to Install canmatrix You can install canmatrix using pip pip install canmatrix or add it to a project with poetry poetry add canmatrix Package Details Author License BSD Homepage http://github.com/ebroecker/canmatrix PyPi: https://pypi.

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