Parsdantic
Parsdantic is a powerful Python package that automatically generates Pydantic models from JSON schemas. It simplifies the process of data validation and serialization by bridging the gap between JSON Schema and Pydantic.
New
✨Enums support
Bug Fixes
🐛 Basic types nested lists raised error because of title missing
Features
✅ Convert JSON schemas to Pydantic models with a single function call
✅ Support for nested objects and complex data structures
✅ Automatic type inference and validation
Types Supported
✅ Integers, strings and booleans
✅ Simple lists and nested lists
Not Still Supported⚠️
🚫 Personalized type mappings