Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer.
databind.core
This library provides the core functionality to implement serialization functions to and from Python objects, with
a great support for many features of the Python type system. A JSON implementation is provided by the databind.json
package.
Copyright © 2020 – Niklas Rosenstein