Declared in JSONKit.h

Instance Methods

JSONData

- (NSData *)JSONData

JSONDataWithOptions:includeQuotes:error:

- (NSData *)JSONDataWithOptions:(JKSerializeOptionFlags)serializeOptions includeQuotes:(BOOL)includeQuotes error:(NSError **)error

JSONString

- (NSString *)JSONString

JSONStringWithOptions:includeQuotes:error:

- (NSString *)JSONStringWithOptions:(JKSerializeOptionFlags)serializeOptions includeQuotes:(BOOL)includeQuotes error:(NSError **)error