Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有用 php 编写的 json rpc 2.0 服务器。目前我正在寻找一个允许自动生成 json rpc 请求而不是使用手动序列化的库。
我找到了一堆不同的库,真的不知道哪个更方便。有人成功使用过吗?
我发现的最好的库 json 是JSON-RPC 2.0
为了提出请求,您将需要库的基础部分。但是,如果您想自动处理服务器响应,您可以查看客户端库。有非常容易理解的教程。希望它会有所帮助。
android-json-rpc是一个非常简单的库。这是文档。