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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why not JSON?

11 点作者 webhat超过 10 年前

2 条评论

smt88超过 10 年前
You can&#x27;t make decisions today about what will be the standard in 10 years. Computers will be exponentially faster and used for different things. It&#x27;s just pointless.<p>JSON is widely accepted now, and BSON overcomes its only real shortcoming (lack of binary support).<p>There&#x27;s nearly 0% chance any of your software (or any of ours) will still be used&#x2F;maintained in 10 years, so make a decision about what&#x27;s available now.
评论 #8975634 未加载
RubyPinch超过 10 年前
I am a bit confused as to why one would need regex literals, doesn&#x27;t that get fairly nicely represented in just strings? (sans the fun with escapes)