NSJSONSerialization shortcuts
More...
#import <NSJSONSerialization.h>
+ (id) JSONObjectWithString: |
|
(NSString *) |
string |
options: |
|
(NSJSONReadingOptions) |
opt |
error: |
|
(NSError **) |
error |
|
|
| |
+ (id) JSONObjectWithURL: |
|
(NSURL *) |
URL |
options: |
|
(NSJSONReadingOptions) |
opt |
error: |
|
(NSError **) |
error |
|
|
| |
+ (id) JSONObjectWithURLRequest: |
|
(NSURLRequest *) |
URLRequest |
options: |
|
(NSJSONReadingOptions) |
opt |
error: |
|
(NSError **) |
error |
|
|
| |
+ (NSString *) stringWithJSONObject: |
|
(id) |
obj |
options: |
|
(NSJSONWritingOptions) |
opt |
error: |
|
(NSError **) |
error |
|
|
| |
The documentation for this category was generated from the following file: