Skip to content

package:json_serializable v6.8.0

Latest
Compare
Choose a tag to compare
@kevmoo kevmoo released this 24 Apr 20:15
· 1 commit to master since this release
9694cc5
  • Add type arguments to Map literals used for Record serialization.
  • Add support for JsonSerializable(createJsonKeys: true).
    (#1401)
  • Handle decoding an int value from a double literal.
    This now matches the behavior of double values being encoded as int.