brick_json_generators 1.0.1+1
brick_json_generators: ^1.0.1+1 copied to clipboard
Code generation library for the JSON-like providers, models, and adapters in Brick
Unreleased #
- Loosen dependency restrictions to major versions
1.0.1 #
- If
.fromJsonis defined on a field's class, the field will be recognized in the adapter and.fromJsonwill be used when deserializing. - If
#toJsonis defined on a field's class, the field will be recognized in the adapter and#toJsonwill be used when serializing.
1.0.0 #
- Separate
brick_json_generatorsto its own package frombrick_rest_generators