Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
<JSONRPCDelegate> | JSONRPC Error Handler protocol, used on the JSONRPCMethodCall's or JSONRPCService's delegate (see Error management) |
JSONRPCMethodCall | This class represent a method call on a JSON-RPC WebService |
JSONRPCResponseHandler | Intermediate object returned by the JSONRPCService when you call a method, to help you define how to handle the response |
JSONRPCService | The class representing a JSON-RPC WebService (identified by an URL to call methods to). It handle JSON-RPC v1.0 WebServices |
JSONRPCServiceProxy | Proxy object which allow you to call JSON-RPC methods as if it was Obj-C method |
NSArray(JSON) | Category to easily convert an NSArray of JSON objects to an NSArray of objects of a given class |
NSError(JSON) | Category to easily retrieve the 'data' member of the error object |
NSObject(JSONInitializer) | Informal protocol to create an object from a JSON object |