json_model_builder 1.0.6 json_model_builder: ^1.0.6 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
Model
toJsonType
(now everything is aJsonType
subclass) - Simplified and improved models and types system.
- Remove need for registering models
1.0.1 #
- Changed documentation url
1.0.2 #
- Formatted files
1.0.3 #
- Curly braces
1.0.4 #
- More code documentation
- Added
hashCode
and==
operator for primitives
1.0.5 #
- Fixed bug that fails to setFromJson using a instanced JsonType using JsonList
1.0.6 #
- Added
JsonNullable
, can be used in models to define nullable model entries