Skip to content

JSONConverter可以快速的把json数据转换生成OC/Swift的属性,省去手动创建的麻烦,大大提高iOSer的开发效率

Notifications You must be signed in to change notification settings

west530/JSONConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONConverter

JSONConverter 是MAC上iOS开发的辅助小工具,可以快速的把json数据转换生成对应的模型类属性,目前支持Objective-C、Swift以及目前流行的第三方库: SwiftyJSONHandyJSONObjectMapper,可以灵活选择构建class/struct,并支持配置类名前缀等,省去手敲模型的麻烦,借此提高我们的开发效率。

部分功能展示

1.Json转ObectMapper Json转ObectMapper.png

2.Json转Swift-Struct Json转Swift-Struct.png

3.Json转HandyJSON Json转HandyJSON.png

4.Json转SwiftyJSON Json转SwiftyJSON.png

5.Json转ObjectMapper Json转ObhectMapper.png

6.Json转Objective-C Json转Objective-C.png

安装说明

声明

因为,并没有在项目中实际使用过SwiftyJSONObjectMapper,所以并不知道初始化方法构建的是否合理,如果你有更好的建议,欢迎留言,大家共同进步,谢谢!

参考项目

About

JSONConverter可以快速的把json数据转换生成OC/Swift的属性,省去手动创建的麻烦,大大提高iOSer的开发效率

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.5%
  • Objective-C 0.5%