Declared in NSObject+SBJson.h

Overview

Adds JSON parsing methods to NSString

Tasks

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