json2model 1.0.2 copy "json2model: ^1.0.2" to clipboard
json2model: ^1.0.2 copied to clipboard

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

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

5
likes
130
pub points
8%
popularity

Publisher

verified publishervenshine.cn

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args

More

Packages that depend on json2model