Description
Convert complex Python objects to and from structured data when using attrs-based classes. It helps applications load dictionaries, JSON-like data, and nested values into clear Python models.
This is a developer library and does not validate every business rule automatically. Programs that accept external data should still check required fields, unexpected values, and security-sensitive conversions before trusting the result.