json2model 1.0.2 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.