Index Hierarchy NSString(NSString_SBJsonParsing) Category Reference Declared in NSObject+SBJson.h Overview Adds JSON parsing methods to NSString Tasks – JSONValue Decodes the receiver’s JSON text Instance Methods JSONValue Decodes the receiver’s JSON text - (id)JSONValue Return Value the NSDictionary or NSArray represented by the receiver, or nil on error. Discussion Warning: Deprecated in Version 3.2; will be removed in 4.0 Declared In NSObject+SBJson.h Index Hierarchy