You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for a schema option in all from_{format} and to_{format} methods, allowing users to pass a Pydantic model for validation and parsing.
This ensures data conforms to the expected structure during serialization and deserialization.