Best json rpc 2.0 library for Android

overflowed picture overflowed · Jun 14, 2013 · Viewed 10.8k times · Source

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?

Answer

Dmitry Guselnikov picture Dmitry Guselnikov · Jun 14, 2013

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.