Files
sdk/pkg/json/pubspec.yaml
T
Reid Baker e1dc36994a Bump dart version to 3.7
Change-Id: I9fec9765abfb46b2a3753367c20ac807fbdd487e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388600
Commit-Queue: Reid Baker <reidbaker@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2024-10-08 13:17:47 +00:00

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.7.0-edge
dependencies:
macros: ^0.1.0-main.5
dev_dependencies:
lints: any
test: any