将JSON数据直接转成NSObject YYJSON
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/dcty/YYJSON
- 软件文档: https://github.com/dcty/YYJSON
软件介绍
将JSON数据直接转成NSObject
支持自己绑定属性名和JSON对应的key
@interface NSObject (YYJSON) //如果需要获取父类的属性,则重载此方法并且return YES + (BOOL)YYSuper; //映射的字典 + (NSDictionary *)YYJSONKeyDict; //自定义绑定 + (void)bindYYJSONKey:(NSString *)jsonKey toProperty:(NSString *)property; @end
具体使用方法看Demo吧
The Definitive Guide to HTML5 WebSocket
Vanessa Wang、Frank Salim、Peter Moskovits / Apress / 2013-3 / USD 26.30
The browser is, hands down, the most popular and ubiquitous deployment platform available to us today: virtually every computer, smartphone, tablet, and just about every other form factor imaginable c......一起来看看 《The Definitive Guide to HTML5 WebSocket》 这本书的介绍吧!
