TkomJSONHandler.
More...
#include <TkomJSONHandler.h>
List of all members.
Detailed Description
TkomJSONHandler.
Standard JSON handler for the Telekom Objective-C SDK 1.0. Splits JSON responses into NSDictornary with key/value pairs.
Member Function Documentation
| NSDictionary * TkomJSONHandler::transformJSONResponse: |
( |
NSData* |
jsonResponse | ) |
[virtual] |
Method splits a JSON response into several key/value pairs. Different JSON response levels are represented thru NSDictornaries / NSArrays
- Parameters:
-
| jsonResponse | received server JSON response |
- Returns:
- NSDictionary with key/value pairs
| NSString * TkomJSONHandler::transformToJSON: |
( |
NSDictionary* |
keyValueSet | ) |
[virtual] |
Method transforms a NSDictionary with key/value pairs into a JSON string.
- Parameters:
-
| keyValueSet | the NSDictionary |
- Returns:
- NSString the JSON string
The documentation for this class was generated from the following files: