v0.1.0
v0.1.0 — Initial release
paperjson is a paper-thin JSON serialization/deserialization library for Python dataclasses.
SerdesBase— inherit for full type-checker/LSP support withto_json()/from_json()@serdesdecorator — inject methods at runtime without a base classSerdesProtocol— use in type annotations for structural typingregister_serializer/register_deserializer— add custom type support- Built-in support for
datetime,Path,Decimal, and nested dataclasses