package:json_serializable v6.14.0
·
5 commits
to master
since this release
- Support
JsonKey.explicitJsonNullWhenNonNullFieldfor PATCH-style tri-state
JSON fields: distinguish omitted keys from explicitnullinfromJsonand
emit explicit JSONnullintoJsonwhen the Dart field is non-null. - Require
json_annotation: '>=4.12.0 <4.13.0'