Bug#1088793: ITP: dataclasses-json -- Library for encoding and decoding dataclasses to and from JSON
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org
* Package name : dataclasses-json
Version : 0.6.7
Upstream Author : Charles Li <charles.dt.li@gmail.com>
* URL : http://github.com/lidatong/dataclasses-json
* License : MIT
Programming Lang: Python
Description : Library for encoding and decoding dataclasses to and from JSON
This library provides an API to convert dataclasses into JSON and transform
JSON back into dataclasses. It supports nested dataclasses and can handle
complex data types like datetime, UUID, and Decimal. The library offers
mechanisms for case conversion, allowing fields to be serialized in camelCase
or other formats. Additionally, unknown fields in JSON can be managed, either
by excluding them, saving them in a separate field, or raising an error.
Fine-tuning of encoding and decoding processes is possible through custom
configurations, making it suitable for diverse data scenarios.
I plan to maintain this package as part of the Python team.
Reply to: