2c77c6749d
Change-Id: Id661f8bfc884f24056d49af048b5cb5c3c742812 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380211 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@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
|