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