json_schema_to_freezed 1.0.1
json_schema_to_freezed: ^1.0.1 copied to clipboard
Convert JSON schema files to Dart classes with Freezed or regular Dart classes with JSON serialization support.
Changelog #
1.0.1 #
- Documentation improvements in README.md:
- Clarified installation instructions
- Enhanced usage examples for command line operations
- Added more detailed descriptions of features and options
1.0.0 #
- Initial release with core functionality:
- Generate Freezed classes from JSON schema files
- Generate regular Dart classes with json_serializable support
- Support for field descriptions and nullable types
- Option to generate separate files for each model
- Watch mode for automatic regeneration when source files change
- Fetch JSON schema from local files or APIs
- Customizable output format and location