NSString(NSString_SBJSON) Class Reference

Adds JSON parsing methods to NSString. More...

List of all members.

Public Member Functions

(id) - JSONFragmentValue
 Returns the object represented in the receiver, or nil on error.
(id) - JSONValue
 Returns the NSDictionary or NSArray represented by the current string's JSON representation.


Detailed Description

This is a category on NSString that adds methods for parsing the target string.

Member Function Documentation

- (id) JSONFragmentValue  

Returns a a scalar object represented by the string's JSON fragment representation.

Deprecated:
Given we bill ourselves as a "strict" JSON library, this method should be removed.

- (id) JSONValue  

Returns the dictionary or array represented in the receiver, or nil on error.

Returns the NSDictionary or NSArray represented by the current string's JSON representation.


The documentation for this class was generated from the following file:

Generated on Mon May 25 10:11:47 2009 by  doxygen 1.5.9