gpt4 book ai didi

javascript - 解析 "Streaming"JSON

转载 作者:行者123 更新时间:2023-12-03 22:51:06 24 4
gpt4 key购买 nike

我在浏览器中有一个网格。

我想通过 JSON 将数据行发送到网格,但浏览器应该在接收到 JSON 时不断解析 JSON,并在解析行时将行添加到网格中。换句话说,在接收到整个 JSON 对象后,不应将行全部添加到网格中 - 应该在接收到行时将其添加到网格中。

这可能吗?特别是使用 jQuery、Jackson 和 Spring 3 MVC?

这个想法有名字吗?我只在网上看到了这个想法的一些零碎记录。

最佳答案

您可以使用Oboe.js它是专门针对此用例构建的。

Oboe.js is an open source Javascript library for loading JSON using streaming, combining the convenience of DOM with the speed and fluidity of SAX.

It can parse any JSON as a stream, is small enough to be a micro-library, doesn’t have dependencies, and doesn’t care which other libraries you need it to speak to.

关于javascript - 解析 "Streaming"JSON,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10933811/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com