An open API service indexing awesome lists of open source software.

https://github.com/caijinglong/json2dart


https://github.com/caijinglong/json2dart

dart flutter json tool web

Last synced: 2 months ago
JSON representation

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.