Inherits from NSObject
Conforms to RKParser
Declared in RKJSONParser+JSONKit.m
RKJSONParser+SBJSON.m
RKJSONParser+YAJL.m
RKJSONParser.h

Tasks

  • – objectFromString:

    Return a key-value coding compliant representation of a payload. Object attributes are encoded as a dictionary and collections of objects are returned as arrays.

Instance Methods

objectFromString:

Return a key-value coding compliant representation of a payload. Object attributes are encoded as a dictionary and collections of objects are returned as arrays.

- (NSDictionary *)objectFromString:(NSString *)string

Declared In

RKParser.h