dartify_json 0.0.2
dartify_json: ^0.0.2 copied to clipboard
Dart Class Generator from JSON is a tool that automatically converts JSON files into Dart classes. It creates complete classes with fields, constructors, fromJson, and toJson methods, making it easy t [...]
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2024-11-14 #
Added #
- Initial release of Dart Class Generator from JSON.
- Support for generating Dart classes from JSON files, including nested JSON structures.
- Generated classes include
fromJsonandtoJsonmethods for serialization and deserialization. - Test cases for
UserandAddressclasses to verifyfromJsonandtoJsonfunctionality. - BSD 3-Clause License added to the project.
- Improved Example with testcases