Latest | 0.0.4 |
---|---|
Homepage | https://github.com/andrewBatutin/JSONRPCom |
License | MIT |
Platforms | ios 5.0, osx 10.7, requires ARC |
Dependencies | Mantle |
Frameworks | Foundation |
Authors |
JSON RPC serialization lib for ObjC
What is JSON RPC?
How to use?
[JSONRPCDeSerialization deSerializeString:message withJSONRPCRequset:^(JSONRPCRequest *data) {
} orJSONRPCResponse:^(JSONRPCResponse *data) {
} orJSONRPCNotification:^(JSONRPCNotification *data) {
} orJSONRPCError:^(JSONRPCErrorResponse *data) {
} serializationError:^(NSError *error) {
}];
Dependecies
Latest podspec
{ "name": "JSONRPCom", "version": "0.0.4", "summary": "JSON RPC implementation", "homepage": "https://github.com/andrewBatutin/JSONRPCom", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "andrewBatutin": "[email protected]" }, "source": { "git": "https://github.com/andrewBatutin/JSONRPCom.git", "tag": "0.0.4" }, "source_files": "JSONRPCom/**/*", "frameworks": "Foundation", "platforms": { "ios": "5.0", "osx": "10.7" }, "requires_arc": true, "dependencies": { "Mantle": [] } }
Wed, 22 Feb 2017 15:00:06 +0000