JSON.stringify 在循环 JSON 对象中不起作用。该怎么办?

发布于 2024-12-11 09:29:20 字数 141 浏览 0 评论 0原文

例如,在 Node.js 中,如果我这样做:

JSON.stringify(req); 

那么我会因为循环结构而失败。

有没有任何设置或方法可以轻松地将其字符串化并跳过结构的循环部分?

e.g., in Node.js, if I do this:

JSON.stringify(req); 

Then I will fail because of circulative structure.

is there any setting or way to stringify it easily and skip the circulative part of structure?

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

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

发布评论

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

评论(1

转瞬即逝 2024-12-18 09:29:20

Crockford 的库(请参阅 Cycle.js)https://github.com/douglascrockford/JSON-js支持循环对象编解码为json(+jsonpath)。

Crockford's library (see cycle.js) https://github.com/douglascrockford/JSON-js supports encoding and decoding of circular objects into json (+ jsonpath).

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