Skip to content

package:json_serializable v6.14.0

Choose a tag to compare

@kevmoo kevmoo released this 15 May 18:34
· 5 commits to master since this release
61e7b87
  • Support JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state
    JSON fields: distinguish omitted keys from explicit null in fromJson and
    emit explicit JSON null in toJson when the Dart field is non-null.
  • Require json_annotation: '>=4.12.0 <4.13.0'