dart-lang/json_serializable

Name: json_serializable

Owner: Dart

Description: Generates utilities to aid in serializing to/from JSON.

Created: 2017-07-18 20:48:49.0

Updated: 2018-05-23 20:42:24.0

Pushed: 2018-05-24 19:46:15.0

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

Size: 675

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

example

An example showing how to setup and use json_serializable and json_annotation.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.