![]() |
Ignite Tools
|
Facade for UA_SBJsonWriter/UA_SBJsonParser. More...
#import <UA_SBJSON.h>
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. |
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.