ios开发中JSONKit的应用

ios开发中JSONKit的使用ios开发中JSONKit的使用????用法:1.dictionary------jsonNSString *jsonstring

ios开发中JSONKit的使用

ios开发中JSONKit的使用

?

?

?

?

用法:

1.dictionary------>json

NSString *jsonstring = [dictionary JSONString];

?

?

2.json------------>dictionary

NSDictionary *dictionary = [jsonstring objectFromJSONString];

?

?

?

?

?

?

?