Contents

dataclasses-json 0.6.7

0

Easily serialize dataclasses to and from JSON.

Easily serialize dataclasses to and from JSON.

Stars: 1477, Watchers: 1477, Forks: 163, Open Issues: 160

The lidatong/dataclasses-json repo was created 7 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1477 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 160 open issues on GitHub

  • Mark this repository as ARCHIVED
  • Add Support for 3.14 (and 3.13)

See more issues on GitHub

Related Packages & Articles

dacite 1.9.2

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