资 源 简 介
This open source library aims to help the implementation of JSON-RPC clients in android applications.
The library provides a simple API to perform JSON-RPC service calls from an android device.
JSON-RPC is a lightweight cross-language remote procedure call protocol that simplifies the creation of web services providers and clients. JSON serialization is typically more efficient than XML based serialization and is more suited for mobile environments like android. On the server side, several libraries exist to implement JSON-RPC services in the language of your choice (Python, Java, C#, PHP, ...).
See Getting started for further information on getting the library running with android sdk
The library is distributed as source and as a jar file that you can directly import in android projects.
Version 0.3.4:
Adding function setDebug and getDebug t