https://github.com/dengbin9009/dbjsonmodel
超简单的线程安全数据模型轮子
https://github.com/dengbin9009/dbjsonmodel
json model objective-c
Last synced: 11 months ago
JSON representation
超简单的线程安全数据模型轮子
- Host: GitHub
- URL: https://github.com/dengbin9009/dbjsonmodel
- Owner: dengbin9009
- License: mit
- Created: 2017-07-10T10:34:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T07:09:48.000Z (almost 9 years ago)
- Last Synced: 2024-12-01T01:06:52.753Z (over 1 year ago)
- Topics: json, model, objective-c
- Language: Objective-C
- Homepage: http://www.jianshu.com/p/fafffd478134
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DBJSONModel
==============
[](https://raw.githubusercontent.com/ibireme/DBJSONModel/master/LICENSE)
[](http://cocoapods.org/pods/DBJSONModel)
[](http://cocoadocs.org/docsets/DBJSONModel)
[](https://travis-ci.org/ibireme/DBJSONModel)
[](https://codecov.io/github/ibireme/DBJSONModel?branch=master)
功能介绍图
==============

安装
==============
### CocoaPods
1. 在 Podfile 中添加 `pod 'DBJSONModel'`。
2. 执行 `pod install` 或 `pod update`。
3. 导入 \。
### 手动安装
1. 下载 DBJSONModel 文件夹内的所有内容。
2. 将 DBJSONModel 内的源文件添加(拖放)到你的工程。
3. 导入 `DBModelHeader.h`。
系统要求
==============
该项目最低支持 `iOS 6.0` 和 `Xcode 8.0`。
许可证
==============
DBJSONModel 使用 MIT 许可证,详情见 LICENSE 文件。
相关链接
==============
[DBJSONModel 设计思路](http://www.jianshu.com/p/fafffd478134)