Latest version: v0.1.1
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
jdataclass is a Python module that extends the functionality of Python's native dataclasses by allowing custom mappings for reading from dataclass objects and writing to other objects during serialization and deserialization. With jdataclass, you can easily control how data is mapped between your dataclass and external data sources like JSON, databases, or other data formats.
No known vulnerabilities found