json_factory_generator 0.1.0
json_factory_generator: ^0.1.0 copied to clipboard
A code generator that creates centralized, type-safe JSON factories for Dart models. Automatically discovers @jsonModel classes and generates a JsonFactory with support for both single objects and Lis [...]
0.1.0 #
- Initial release
- Auto-generate centralized JSON factories for Dart models
- Support for @jsonModel annotation
- Type-safe JSON parsing with support for both single objects and List
- Automatic discovery of annotated classes
- Compatible with json_serializable and manual fromJson implementations