FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSJSONSerialization(Shortcuts) Category Reference

NSJSONSerialization shortcuts More...

#import <NSJSONSerialization.h>

Class Methods

(id) + JSONObjectWithString:options:error:
 
(NSString *) + stringWithJSONObject:options:error:
 
(id) + JSONObjectWithURLRequest:options:error:
 
(id) + JSONObjectWithURL:options:error:
 

Detailed Description

Method Documentation

+ (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: