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.
我在我的一些 .net 项目中使用了 restsharp。我发现它对于从 Web 服务获取 Json 数据并将它们转换为 .net 对象非常有用。我需要一个类似的java框架。我想用它来为我的 android 应用程序读取相同的 Json 网络服务。
你可以试试resteasy cleint http://www.jboss.org/resteasy/。