- Notifications
You must be signed in to change notification settings - Fork0
This library generates a model object corresponding to a JSON string by executing commands in code
License
NotificationsYou must be signed in to change notification settings
venshine/json2model
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This library generates a model object corresponding to a JSON string by executing commands in codehttps://pub.dev/packages/json2model
A simple usage example:
import'package:json2model/json2model.dart';voidmain() {run(['--src=example/json','--dst=example/lib/models']);}
Feature | Status |
---|---|
null safety | ✅ |
toJson & fromJson | ✅ |
encoder & decoder | ✅ |
all properties final | ✅ |
all properties optional | ✅ |
Please file feature requests and bugs at theissue tracker.