JSON 作为泽西岛的树

发布于 2024-12-08 20:25:54 字数 143 浏览 1 评论 0原文

我不太喜欢为我正在开发的 API 维护大量 POJO。我认为(至少在某些情况下),最好将传入的 JSON 数据作为某种树使用。

也许是这样的: data.getArray('people').getIndex(0).getLong('personId');

I'm not really a big fan of maintaining a number of POJOs for an API that I'm working on. I'm thinking that (in some cases at least), it would be preferable to consume incoming JSON data as a tree of sorts.

Something like this, maybe: data.getArray('people').getIndex(0).getLong('personId');

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

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

发布评论

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

评论(1

明媚殇 2024-12-15 20:25:54

您可以使用 jettison 提供的低级 JSON 支持 - 请参阅 http:// /jersey.java.net/nonav/documentation/latest/json.html#d4e1132

You can use the low-level JSON support provided by jettison - see http://jersey.java.net/nonav/documentation/latest/json.html#d4e1132

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