TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why not JSON?

11 pointsby webhatover 10 years ago

2 comments

smt88over 10 years ago
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 未加载
RubyPinchover 10 years ago
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)