json_model_builder 1.0.1
json_model_builder: ^1.0.1 copied to clipboard
Create model as classes that can be serialized from/to JSON. It supports different types custom models, and more. It doesn't use code generation or mirrors
0.2.0 #
- Initial version.
0.2.1 #
- Nothing.
1.0.0 #
Previous version was more like a proof of concept. This version is more usable now.
- Initial good release.
- Remove concept of
field(now isentry) - Change concept of
ModeltoJsonType(now everything is aJsonTypesubclass) - Simplified and improved models and types system.
- Remove need for registering models
1.0.1 #
- Changed documentation url