blob: 2ed53d24997110b781d791913e0cc729eea4e7c8 [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.5.0-154
dependencies:
macros: ^0.1.0-main.5
dev_dependencies:
lints: any
test: any