ios开发中JSONKit的使用
ios开发中JSONKit的使用
?
??
?
用法:
1.dictionary------>json
NSString *jsonstring = [dictionary JSONString];
?
?
2.json------------>dictionary
NSDictionary *dictionary = [jsonstring objectFromJSONString];
?
?
?
?
?
?
?
发布时间: 2012-11-19 10:18:51 作者: rapoo
ios开发中JSONKit的使用
ios开发中JSONKit的使用
?
??
?
用法:
1.dictionary------>json
NSString *jsonstring = [dictionary JSONString];
?
?
2.json------------>dictionary
NSDictionary *dictionary = [jsonstring objectFromJSONString];
?
?
?
?
?
?
?