Skip to content

venshine/json2model

Repository files navigation

json2model Pub Version

This library generates a model object corresponding to a JSON string by executing commands in code https://pub.dev/packages/json2model

Usage

A simple usage example:

import 'package:json2model/json2model.dart';

void main() {
  run(['--src=example/json', '--dst=example/lib/models']);
}

Feature

Feature Status
null safety
toJson & fromJson
encoder & decoder
all properties final
all properties optional

Bugs

Please file feature requests and bugs at the issue tracker.

About

venshine.cn@gmail.com

License

BSD 3-clause

About

This library generates a model object corresponding to a JSON string by executing commands in code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published