Discussion about this post

User's avatar
Andras Somi's avatar

Any sane person would validate your JSON in Python with Pydantic, making your data structure neatly typed and transparent, so not sure "Most people never do this, it’s Python" still holds (not to say it's necessarily better than any of your Rust routes, eg. Pydantic is an extra dependency)

Expand full comment

No posts