Skip to content

TimWhiting/json_serializable.dart

This branch is 3 commits ahead of, 107 commits behind google/json_serializable.dart:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9dec114 · Oct 19, 2022
Oct 17, 2022
Oct 19, 2022
Sep 7, 2022
Oct 17, 2022
Oct 5, 2022
Oct 19, 2022
Aug 1, 2022
Oct 17, 2022
Jul 19, 2017
Jan 5, 2021
Mar 12, 2018
Apr 4, 2021
Sep 13, 2022
May 14, 2021

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.

About

Generates utilities to aid in serializing to/from JSON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.5%
  • Shell 0.5%