Skip to content

hacker1024/json_serializable.dart

This branch is 300 commits behind google/json_serializable.dart:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4047521 · Dec 10, 2020
Dec 10, 2020
Dec 3, 2020
Dec 9, 2020
Dec 3, 2020
Dec 3, 2020
Dec 9, 2020
Dec 10, 2020
Jul 19, 2017
Mar 12, 2018
Nov 18, 2020
Dec 2, 2020
Dec 2, 2020

Repository files navigation

Dart CI

Provides source_gen Generators to create code for JSON serialization and deserialization.

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 setup 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%