18774fc04b
Bug: https://github.com/dart-lang/sdk/issues/56867 Change-Id: I6d1c190b71e5492d620682cf8ff9cb003b8917c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389240 Auto-Submit: Jake Macdonald <jakemac@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
16 lines
404 B
YAML
16 lines
404 B
YAML
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
|