json_converter 2.0.0 copy "json_converter: ^2.0.0" to clipboard
json_converter: ^2.0.0 copied to clipboard

JSON converters for package:json_serializable.

2.0.0 #

BREAKING CHANGES:

  • Uint8ListConverter is non-nullable (use NullableUint8ListConverter for nullable fields).
  • removed Uint8ListListConverter (class-level annotation should work instead)
  • removed urlSafe constructor parameter, use .urlSafe constructors if needed.

1.1.0 #

  • Migrated to null safety.

1.0.2 #

  • Minor breaking change: Fix typo in API.

1.0.1 #

  • Separate URL-safe constructor for frameworks that doesn't accept parameters in annotations.

1.0.0 #

  • Initial release: Uint8List converters.
2
likes
120
pub points
72%
popularity

Publisher

verified publisheragilord.com

JSON converters for package:json_serializable.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

json_annotation

More

Packages that depend on json_converter