Skip to content

Tags: AliSoftware/AliJSONRPC

Tags

v1.2a

Toggle v1.2a's commit message
Versionon 1.2a

- NSArray(JSON) category
- Melding of JSONRPCService & JSONRPCService_v2_0, replaced by a version
property
- Melding of JSONRPCMethodCall & JSONRPCMethodCall_v2_0
- Removed notifications

- Updated documentation & Examples

[NOTE: Version 1.2 did not compile properly, verison 1.2a fixes build errors and therefore replaces version 1.2]

s

v1.1

Toggle v1.1's commit message
Tag JSON-RPC Framework v1.1

This version is a working version with JSONRPC v1.0 and v2.0 handled in different classes and subclasses.

The future version will meld the JSONRPCXXX base class and subclasses to gather v1.0 and v2.0 methods together, and add a version property
So that it will be able to handle 1.0, 1.1 and 2.0 versions