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.

JSON Table Schema

20 pointsby twa927about 10 years ago

3 comments

aikahabout 10 years ago
Nice website by the way. I planed to build something like that,where developers could find specs instead of trying to reinvent hot water.Well done. A search feature would make it even greater, where one could search by category,theme,or tags. Example: I want to implement security in my website. What options do I have ?,what spec can I implement or is there an implementation of that spec already available for my programming language ?... You're on to something here, definitely.
评论 #9356395 未加载
alexkavonabout 10 years ago
Stop trying to RFC schemas for JSON. It's supposed to be undefined and flexible. JSON isn't an ORM. Data structures aren't universal.
评论 #9356191 未加载
评论 #9356380 未加载
sopooneoabout 10 years ago
I may be missing something, but how do you format data associated with a schema defined this way? Do we assume it will be just a 2D json array? Or is that outside the scope of this project?