I have json rpc 2.0 server written in php. Currently I'm looking for a library that allows auto generation json rpc requests instead of using manual serialization.
I found a bunch of different libraries and really don't know which is more convenient. Did anybody successfully use one?
Dmitry Guselnikov
The best library json I've ever found is JSON-RPC 2.0
For making requests you will need base part of library. But if you want automatically handle server resonces you can take a look at client library. There are pretty much easy to understand tutorials. Hope it will help.
valdis.matianus
android-json-rpc is a pretty simple library. Here is the documentation.
来源:https://stackoverflow.com/questions/17105322/best-json-rpc-2-0-library-for-android