json_annotation 4.9.0 copy "json_annotation: ^4.9.0" to clipboard
json_annotation: ^4.9.0 copied to clipboard

Classes and helper functions that support JSON code generation via the `json_serializable` package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_annotation
copied to clipboard

With Flutter:

 $ flutter pub add json_annotation
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_annotation: ^4.9.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_annotation/json_annotation.dart';
copied to clipboard
1.25k
likes
150
points
6.42M
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.09.29 - 2025.08.24

Classes and helper functions that support JSON code generation via the `json_serializable` package.

Repository (GitHub)

Topics

#json #build-runner #json-serializable #codegen

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on json_annotation