Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao committed Dec 20, 2021
1 parent 4c6e682 commit 6866e94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Using JSONConverter you will be able to:
* Change the root class name.
* Set a class name prefix for the generated classes.
* Custom file header include author/date etc.
* automatic hump conversion
* Support i18n(English/Chinese)
* more smart and safe
...
Expand All @@ -25,6 +26,7 @@ Currently supported languages
- 1.4 Codable
- 2. Objective-C
- 3. Flutter
- 4. Java
- if you have other needs, you can let us know by [issues](https://github.com/DevYao/JSONConverter/issues)

Screenshots
Expand All @@ -43,16 +45,15 @@ Installation

To Do
=====
* Support JAVA Models
* ~~Supprot Models File export~~
* ~~Supprot display models with rich text~~
* Support C Struct
* Support C++ Class/Struct
* Support Kotlin Class/Struct

Flutter model instruction links
========================
* [json_serializable](https://github.com/dart-lang/json_serializable)
* [Flutter JSON](https://flutterchina.club/json/)

Final Notes
Final
==========
* The application still in its early stage. Please report any issue so I can improve it.

Expand Down
16 changes: 9 additions & 7 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

JSONConverter
==========
JSONConverter是MAC上iOS/Flutter开发的辅助工具,可以快速的格式化JSON数据并转换生成对应的模型类属性,目前支持Objective-C、Swift、Flutter以及目前流行的第三方库: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)[HandyJSON](https://github.com/alibaba/HandyJSON)[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper),可以灵活选择构建class/struct,并支持配置类名前缀等,省去手敲模型的麻烦,借此提高开发效率
JSONConverter是MAC上iOS/Flutter开发的辅助工具,可以快速的格式化JSON数据并转换生成对应的模型类属性,目前支持/Java/Objective-C/Flutter/Swift及目前流行的第三方库: [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)[HandyJSON](https://github.com/alibaba/HandyJSON)[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper),可以灵活选择构建class/struct,并支持配置类名前缀等,省去手敲模型的麻烦,极大提高开发效率


功能介绍
Expand All @@ -15,7 +15,8 @@ JSONConverter
* 配置根类名
* 配置类前缀
* 自定义类文件前缀
* 支持国际化
* 下划线驼峰自动转换
* 国际化

当前支持的语言
============
Expand All @@ -26,7 +27,8 @@ JSONConverter
- 1.4 Codable
- 2. Objective-C
- 3. Flutter
- 如果你还有其他需要,可以通过提[issues](https://github.com/DevYao/JSONConverter/issues)告诉我
- 4. Java
- 如果你还有其他需要,可以通过[issues](https://github.com/DevYao/JSONConverter/issues)告诉我

应用截图
========================
Expand All @@ -43,10 +45,10 @@ JSONConverter
* 直接下载 [Release Packages](https://github.com/DevYao/JSONConverter/releases)

开发计划
=====
* 支持Java 模型转换
* ~~支持模型文件导出~~
* ~~富文本展示模型~~
==================
* 支持 C Struct 转换
* 支持 C++ Struct/Class 转换
* 支持 Kotlin 转换

Flutter 模型使用说明
========================
Expand Down

0 comments on commit 6866e94

Please sign in to comment.