Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1 KB

README.md

File metadata and controls

36 lines (26 loc) · 1 KB

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

[email protected]

License

BSD 3-clause