Ecosyste.ms: Awesome
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 month ago
JSON representation
A JSON-RPC Framework for Cocoa. Supports JSON-RPC 1.0, 1.1 and 2.0
- Host: GitHub
- URL: https://github.com/alisoftware/alijsonrpc
- Owner: AliSoftware
- License: other
- Created: 2010-05-21T19:27:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-11-08T15:59:50.000Z (over 12 years ago)
- Last Synced: 2025-01-05T07:41:21.264Z (about 2 months ago)
- Language: Objective-C
- Homepage: http://wiki.github.com/AliSoftware/AliJSONRPC/
- Size: 2.08 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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/"