Yini
1.0
|
Options for the parser class. More...
#import <DBJsonParser.h>
Public Member Functions | |
(id) | - objectWithString: |
Return the object represented by the given string. |
Options for the parser class.
This exists so the DBJSON facade can implement the options in the parser without having to re-declare them.
- (id) objectWithString: | (NSString *) | repr |
Return the object represented by the given string.
Returns the object represented by the passed-in string or nil on error. The returned object can be a string, number, boolean, null, array or dictionary.
repr | the json string to parse |