Ignite Tools
Public Member Functions
UA_SBJSON Class Reference

Facade for UA_SBJsonWriter/UA_SBJsonParser. More...

#import <UA_SBJSON.h>

Inheritance diagram for UA_SBJSON:
UA_SBJsonBase <UA_SBJsonParserOptions> <UA_SBJsonWriterOptions>

List of all members.

Public Member Functions

(id) - fragmentWithString:error:
 Return the fragment represented by the given string.
(id) - objectWithString:error:
 Return the object represented by the given string.
(id) - objectWithString:allowScalar:error:
 Parse the string and return the represented object (or scalar)
(NSString *) - stringWithObject:error:
 Return JSON representation of an array or dictionary.
(NSString *) - stringWithFragment:error:
 Return JSON representation of any legal JSON value.
(NSString *) - stringWithObject:allowScalar:error:
 Return JSON representation (or fragment) for the given object.

Detailed Description

Facade for UA_SBJsonWriter/UA_SBJsonParser.

This class exists for backwards compatibility with previous releases. It simply forwards requests to UA_SBJsonWriter and UA_SBJsonParser.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Properties