humazed / json_serializable

Generates utilities to aid in serializing to/from JSON.

Home Page:https://pub.dartlang.org/packages/json_serializable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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

json_serializable

The core package providing Generators for JSON-specific tasks.

Import it into your pubspec dev_dependencies: section.

json_annotation

The annotation package which has no dependencies.

Import it into your pubspec dependencies: section.

checked_yaml

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.

https://pub.dartlang.org/packages/json_serializable

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 98.4%Language:Shell 0.7%Language:Java 0.5%Language:Objective-C 0.5%