json 0.11.0 copy "json: ^0.11.0" to clipboard
json: ^0.11.0 copied to clipboard

retracted

Easy encoding and decoding of JSON maps (maps of type `Map<String, Object?>`). Uses a macro that auto-generates a `fromJson` decoding constructor and a `toJson` encoding method.

This package supports easy encoding and decoding of JSON maps (maps of type Map<String, Object?>). It relies on a macro, that when applied to a user-defined Dart class, auto-generates a fromJson decoding constructor and a toJson encoding method.

The package is currently in preview, and thus not available in a supported stable version. To locate the latest preview version (which have a version number of 0.20.0 or higher), use the "preview" link at the top of the page, or select the latest preview version from the https://pub.dev/packages/json/versions page.

60
likes
0
pub points
92%
popularity

Publisher

verified publisherlabs.dart.dev

Easy encoding and decoding of JSON maps (maps of type `Map<String, Object?>`). Uses a macro that auto-generates a `fromJson` decoding constructor and a `toJson` encoding method.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

macros

More

Packages that depend on json