Comment on Loading Pydantic models from JSON without running out of memoryparentComments−masklinn1yAlso some of the introspection stops working e.g. vars().If you're using dataclasses it's less of an issue because dataclasses.asdict.
Comments
Also some of the introspection stops working e.g. vars().
If you're using dataclasses it's less of an issue because dataclasses.asdict.