Skip to content

andrewBatutin/JSONRPCom

Repository files navigation

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

About

JSON RPC implementation for ObjC

Resources

License

Stars

Watchers

Forks

Packages

No packages published