Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 988 Bytes

JSONRPCom

Build Status

codecov

codebeat badge

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