https://github.com/caijinglong/json2dart
https://github.com/caijinglong/json2dart
dart flutter json tool web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caijinglong/json2dart
- Owner: CaiJingLong
- License: bsd-2-clause
- Created: 2018-08-07T09:30:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T03:04:46.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T02:29:35.396Z (8 months ago)
- Topics: dart, flutter, json, tool, web
- Language: Dart
- Size: 238 KB
- Stars: 134
- Watchers: 4
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# json2dart_serialization
[English readme](https://github.com/CaiJingLong/json2dart/blob/master/README_ENG.md)
一个网页版本的 json 转 dart 库
[直接使用 json2dart](https://caijinglong.github.io/json2dart/index.html)
## 说明
感谢[JSONFormat4Flutter](https://github.com/debuggerx01/JSONFormat4Flutter) 给予的灵感
不同于这个库的是:这个是为了 json_serializable 创建的json_serializable 可以参考 flutter 官网 json 部分 [flutter](https://flutter.io/json)
项目使用 dart web 开发
主体功能已完结,有需要修改的地方欢迎留言
## 开发环境
其他环境不保证可以编译这份代码
```cli
dart --version
Dart VM version: 2.0.0-dev.69.5 (Tue Jul 31 15:05:14 2018 +0200) on "macos_x64"
```## license
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).the library also under BSD-style.