| name: json | |
| description: > | |
| 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: https://github.com/dart-lang/sdk/tree/main/pkg/json | |
| version: 0.20.4 | |
| environment: | |
| sdk: ^3.6.0-edge | |
| dependencies: | |
| macros: ^0.1.0-main.5 | |
| dev_dependencies: | |
| lints: any | |
| test: any |