Skip to content

google/json_serializable.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4edc02 · Mar 3, 2025
Mar 2, 2025
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Dec 17, 2024
Mar 3, 2025
Dec 17, 2024
Aug 5, 2024
Nov 15, 2022
Jan 5, 2021
Mar 12, 2018
Apr 4, 2021
Feb 6, 2025
May 14, 2021
Aug 8, 2024

Repository files navigation

Dart CI

Provides Dart Build System builders for handling JSON.

json_serializable Pub Package

The core package providing Generators for JSON-specific tasks.

Import it into your pubspec dev_dependencies: section.

json_annotation Pub Package

The annotation package which has no dependencies.

Import it into your pubspec dependencies: section.

checked_yaml Pub Package

Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.

Import it into your pubspec dependencies: section.

example

An example showing how to set up and use json_serializable and json_annotation.