Declared in DBJsonParser.h

Tasks

  • – objectWithString:

    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.

    required method

Instance Methods

objectWithString:

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.

- (id)objectWithString:(NSString *)repr

Parameters

repr

the json string to parse

Declared In

DBJsonParser.h