Json Serializable.dart Versions Save

Generates utilities to aid in serializing to/from JSON.

json_serializable-v6.8.0

3 weeks ago
  • 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.

json_annotation-v4.9.0

3 weeks ago
  • Require Dart 3.0
  • Add JsonSerializable(createJsonKeys: true). (#1401)

json_serializable-v6.7.1

10 months ago
  • Support the latest package:analyzer.

json_serializable-v6.7.0

1 year ago
  • Support Record types.
  • Require Dart 3.0
  • Require analyzer: ^5.12.0