Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
<DBJsonParser> Protocol Reference

Options for the parser class. More...

#import <DBJsonParser.h>

Inheritance diagram for <DBJsonParser>:
DBJSON DBJsonParser

Public Member Functions

(id) - objectWithString:
 Return the object represented by the given string.

Detailed Description

Options for the parser class.

This exists so the DBJSON facade can implement the options in the parser without having to re-declare them.

Member Function Documentation

- (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.

Parameters
reprthe json string to parse

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