使用 twitter4j 从 StatusJSONImpl 获取 JSONObject

发布于 2025-01-03 20:04:21 字数 210 浏览 1 评论 0原文

在 StatusListener 的实现中,我尝试以 JSONObject 的形式获取 Status 对象。 当我执行 System.out.println(status.toString()); 时,在 OnStatust(Status status) 方法中;我意识到状态是 StatusJSONImpl...有没有办法可以将该对象传输到 JSONobject 而无需手动解析它?

谢谢

In my implementation of StatusListener I am trying to get the Status object in a form of JSONObject.
in the OnStatust(Status status) method when i did System.out.println(status.toString()); I realized that the status is StatusJSONImpl... Is there a way I can transfer that object to JSONobject without having to manually parse it?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疑心病 2025-01-10 20:04:21

我只是重写了一些类和一个接口,以允许以 JSON 对象格式提取原始数据。

I just re-wrote some classes and one interface to allow the extraction of raw data in the shape of JSON Object format.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文