문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

android-json-rpc is a pretty simple library. Here is the documentation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top