Hacker News new | ask | show | jobs
by qubidt 1750 days ago
Having run into these issues with Pydantic, we've been using Mashumaro[1], which, while not having all the bells and whistles of Pydantic, has served us pretty well.

1: https://github.com/Fatal1ty/mashumaro

3 comments

Wait so there is a Marshmallow and a Mashumaro which is the romanisation of the Japanese translation of marshmallow!? Talking about giving projects confusing names…
Isn't part of validation making sure you get the expected data in the expected format?