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.

Ask HN: Proper JSON Property Naming

3 pointsby commondreamover 13 years ago

2 comments

Tichyover 13 years ago
Since JSON is essentially JavaScript, I'd go for camel case. Also, it saves bandwidth.
wccrawfordover 13 years ago
Don't make the mistake of assuming it will only every be consumed by Ruby. Make it make sense for JSON, not the initial language used to write or consume the code.