Tutorials

Step-by-step lessons that guide you through using zodb-json-codec. Start with the basics and work your way up to real ZODB record handling.

Getting Started

Install the codec, convert your first pickle to JSON, and verify roundtrip fidelity. Learn the marker format used for tuples, bytes, datetimes, and more.

Estimated time: 10 minutes

Getting Started
Working with ZODB Records

Decode and encode ZODB’s two-pickle record format. Explore persistent references, BTree flattening, and the single-pass PostgreSQL API.

Estimated time: 15 minutes

Working with ZODB Records