使用 RestFB 时出现问题
您能否提供以下问题的解决方案: 如何创建用于 JSON 字符串的 java 类,其中键是可变的? 。 在这里,我们无法收集所有统计对象,因为键是动态的。
谢谢, 贾扬特
Can you provide solution to following question:
How to create a java class for a JSON string where keys are variable? .
Here we are not able to collect all stats objects as key is dynamic.
Thanks,
Jayant
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我是 Mark Allen(RestFB 维护者)。 1.6 版应该通过支持将结果映射到新的 JsonObject 类型来解决这个问题。查看 http://restfb.com 了解如何执行此操作的示例。
I'm Mark Allen (RestFB maintainer). Version 1.6 should address this with its support for mapping results to the new JsonObject type. Check out http://restfb.com for an example of how to do this.