json2model

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

Usage

A simple usage example:

import 'package:json2model/json2model.dart';

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

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

venshine.cn@gmail.com

License

BSD 3-clause

Libraries

json2model