Declared in JSONKit.h

Instance Methods

mutableObjectFromJSONString

- (id)mutableObjectFromJSONString

mutableObjectFromJSONStringWithParseOptions:

- (id)mutableObjectFromJSONStringWithParseOptions:(JKParseOptionFlags)parseOptionFlags

mutableObjectFromJSONStringWithParseOptions:error:

- (id)mutableObjectFromJSONStringWithParseOptions:(JKParseOptionFlags)parseOptionFlags error:(NSError **)error

objectFromJSONString

- (id)objectFromJSONString

objectFromJSONStringWithParseOptions:

- (id)objectFromJSONStringWithParseOptions:(JKParseOptionFlags)parseOptionFlags

objectFromJSONStringWithParseOptions:error:

- (id)objectFromJSONStringWithParseOptions:(JKParseOptionFlags)parseOptionFlags error:(NSError **)error