blob: 98a28ee251f414b59b390c1d42fa3f8efc7e9306 [file] [log] [blame]
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.2
environment:
sdk: ^3.6.0-edge
dependencies:
macros: ^0.1.0-main.5
dev_dependencies:
lints: any
test: any