Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netyouli/whc_datamodelfactory
Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。Mac iOS development aid, quickly put the json/XML data transformation generates the corresponding model class attribute, save trouble created manually, improve the development efficiency.
https://github.com/netyouli/whc_datamodelfactory
json jsonmodel mac model whc
Last synced: 2 days ago
JSON representation
Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。Mac iOS development aid, quickly put the json/XML data transformation generates the corresponding model class attribute, save trouble created manually, improve the development efficiency.
- Host: GitHub
- URL: https://github.com/netyouli/whc_datamodelfactory
- Owner: netyouli
- License: mit
- Created: 2015-05-04T02:53:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T09:16:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T02:05:13.150Z (9 days ago)
- Topics: json, jsonmodel, mac, model, whc
- Language: Objective-C
- Homepage: http://www.wuhaichao.com
- Size: 5.21 MB
- Stars: 1,187
- Watchers: 25
- Forks: 221
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WHC_ModelFactory iOS开发高效辅助工具!(Version:1.9.0)
简介
==============
- **高效**: 自动把json或者xml字符串自动生成模型类文件内容
- **准确**: 避免手工创建模型类的麻烦和高错误率(提高开发效率)
- **处理**: 自动生成类名称首字符大写属性名首字母小写
- **兼容**: 支持xml/json字符串和dictionary字符串[JavaScript 版本](https://github.com/netyouli/jsonToClass)
更新:**生成[SexyJson](https://github.com/netyouli/SexyJson)模型类支持<<<格式对齐**
效果
==============
* Swift* Objective-C
推荐
==============
* iOS平台Sqlite ORM库: [ModelSqliteKit](https://github.com/netyouli/WHC_ModelSqliteKit)使用
==============
* 打开WHC_ModelApp目录app双击或者复制到应用程序文件夹
* 运行该工程生成WHC_DataModelFactory.App 复制到应用程序文件夹要求
==============
* mac os x 10.7 or later
* Xcode 8.0 or later- 如果您在使用过程中有任何问题,欢迎issue me! 很乐意为您解答任何相关问题!
- 与其给我点star,不如向我狠狠地抛来一个BUG!
- 如果您想要更多的接口来自定义或者建议/意见,欢迎issue me!我会根据大家的需求提供更多的功能!## Licenses
All source code is licensed under the MIT License.