Add support to a schema
option in all from_{format}
/ to_{format}
methods.
#471
Labels
enhancement
New feature or request
Add support for a schema option in all
from_{format}
andto_{format}
methods, allowing users to pass aPydantic
model for validation and parsing.This ensures data conforms to the expected structure during serialization and deserialization.
The text was updated successfully, but these errors were encountered: