TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

BSON and Data Interchange

18 点作者 meghan超过 13 年前

4 条评论

seanalltogether超过 13 年前
Maybe I'm wrong, but it seems like the only thing missing from json is a standard for dealing with time, and a standard for dealing with typed objects/arrays. Wrap all that into a binary format and call it done. All these other additions seem like bloat to me designed for some specific language or use case.
评论 #2921277 未加载
skrebbel超过 13 年前
A lot of tools for (almost) the same job, it seems.<p>I also like Zed Shaw's TNetstrings alternative: <a href="http://tnetstrings.org/" rel="nofollow">http://tnetstrings.org/</a><p>I like how it, indeed, is trivial to parse.
tylerneylon超过 13 年前
See also bert-rpc, which is a cross-language/platform serialization standard along with fast rpc support. This is what github uses:<p><a href="http://bert-rpc.org/" rel="nofollow">http://bert-rpc.org/</a>
clarkevans超过 13 年前
It'd be nice if the Python version of BSON were pulled out and put in a separate module so that it could be used independent of MongoDB.