登录

去注册 忘记密码?

登录

注册

去登录

  • 扫码关注公众号
  • 发送“我爱安卓
  • 即可获取验证码

注册

解锁回答区域

  • 扫码关注公众号
  • 发送“我爱安卓

若你登陆,将永久解锁;
若未登录,仅本机解锁。

解锁回答区域

获取注册验证码

  • 扫码关注公众号
  • 发送“我爱安卓
  • 即可获取验证码

dart库json转model

venshine   2023-11-22 21:41   收藏

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

FeatureStatus
null safety
toJson & fromJson
encoder & decoder
all properties final
all properties optional

Bugs

Please file feature requests and bugs at the issue tracker.

About

venshine.cn@gmail.com

License

BSD 3-clause

项目地址:https://github.com/venshine/json2model