JSONExport:将 JSON 对象导出成模型类的 Mac OS X 桌面应用(Swift)
jopen
9年前
JSONExport 是一个采用Swift开发的Mac OS X桌面应用程序。使用JSONExport你能够:
- 将任何有效的JSON对象转成当前支持语言的一个类。
- 在保存前预览生成的内容。
- 仅包含构造函数,只有实用方法,或两者都没有。
- 改变根类名.
- 为生成的类设置类名称前缀。
- 为Java文件设置包名.
目前,您可以将您的JSON对象转换为以下语言之一:
- Java for Android.
- Java for Android - to use with Realm.
- Swift Classes.
- Swift Classes - To use with SwiftyJSON library.
- Swift Classes - To use with Realm.
- Swift - CoreData.
- Swift Sturcutres.
- Objective-C - iOS.
- Objective-C - MAC.
- Objective-C - CoreData.
- Objective-C - To use with Realm.
Screenshot shows JSONExport used for a snippet from 推ter timeline JSON and converting it to Swift-CoreData.