json_factory_generator 0.1.0 copy "json_factory_generator: ^0.1.0" to clipboard
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
7
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

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 List<T> parsing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, glob, meta, source_gen

More

Packages that depend on json_factory_generator