|
|
|
|
|
by japborst
168 days ago
|
|
I can see that. Pydantic is great but relatively slow (which matters on edge devices) and can be bloated. The fact that all your projects use Pydantic makes it an easy starting point and created standardisation - of course. Nevertheless, I can definitely see some use-cases for lightweight JSON-serialisation without bringing in Pydantic. Dataclasses are great, but lack proper json handling. |
|