Skip to content

Commit 6866e94

Browse files
author
Yao
committed
update readme
1 parent 4c6e682 commit 6866e94

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Using JSONConverter you will be able to:
1212
* Change the root class name.
1313
* Set a class name prefix for the generated classes.
1414
* Custom file header include author/date etc.
15+
* automatic hump conversion
1516
* Support i18n(English/Chinese)
1617
* more smart and safe
1718
...
@@ -25,6 +26,7 @@ Currently supported languages
2526
- 1.4 Codable
2627
- 2. Objective-C
2728
- 3. Flutter
29+
- 4. Java
2830
- if you have other needs, you can let us know by [issues](https://github.com/DevYao/JSONConverter/issues)
2931

3032
Screenshots
@@ -43,16 +45,15 @@ Installation
4345

4446
To Do
4547
=====
46-
* Support JAVA Models
47-
* ~~Supprot Models File export~~
48-
* ~~Supprot display models with rich text~~
48+
* Support C Struct
49+
* Support C++ Class/Struct
50+
* Support Kotlin Class/Struct
4951

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

55-
Final Notes
56+
Final
5657
==========
5758
* The application still in its early stage. Please report any issue so I can improve it.
5859

README.zh-CN.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
JSONConverter
66
==========
7-
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,并支持配置类名前缀等,省去手敲模型的麻烦,借此提高开发效率
7+
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,并支持配置类名前缀等,省去手敲模型的麻烦,极大提高开发效率
88

99

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

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

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

4547
开发计划
46-
=====
47-
* 支持Java 模型转换
48-
* ~~支持模型文件导出~~
49-
* ~~富文本展示模型~~
48+
==================
49+
* 支持 C Struct 转换
50+
* 支持 C++ Struct/Class 转换
51+
* 支持 Kotlin 转换
5052

5153
Flutter 模型使用说明
5254
========================

0 commit comments

Comments
 (0)