I like this suggestion. I think I'm going to go with -JSONValue. This
corresponds both to the -intValue, -doubleValue etc family of methods
on NSString already, and to the JSON spec's idea of a value (used to
mean any object): http://json.org/value.gif
Thank you very much everyone!
Stig
On 28 Sep 2007, at 23:50, Erik Buck wrote:
- (id)propertyList
Return Value
A property list representation of returning an NSString, NSData,
NSArray, or NSDictionary object, according to the topmost element.
Discussion
The receiver must contain a string in a property list format. For a
discussion of property list formats, see Property List Programming
Guide for Cocoa."