An open API service indexing awesome lists of open source software.

https://github.com/alisoftware/alijsonrpc

A JSON-RPC Framework for Cocoa. Supports JSON-RPC 1.0, 1.1 and 2.0
https://github.com/alisoftware/alijsonrpc

Last synced: about 1 year ago
JSON representation

A JSON-RPC Framework for Cocoa. Supports JSON-RPC 1.0, 1.1 and 2.0

Awesome Lists containing this project

README

          

This Objective-C framework aims to add support to JSON-RPC to your Cocoa projects, so that you can easily call JSON-RPC WebServices from your application and handle the responses.

- To use the framework, simply drag & drop the "AliJSONRPC Framework" directory in your Xcode Project.
- A sample project is available in the "Example Project/" directory
- For more information, see the doxygen documentation (available as an Xcode DocSet) in "Documentation/"