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.

A schema language for defining the structure of JSON data

5 pointsby niixover 10 years ago

1 comment

anonfunctionover 10 years ago
This is great, I often start projects with JSON response that I build out so it&#x27;s great to have a standard to work with.<p>One question I have is how does it differentiate between the spec and the structure? Like if I actually have a property called type?<p>All-in-all this is an exciting time for JavaScript devs with all the JSON stuff going on. Here&#x27;s another JSON-centric project I discovered recently: <a href="http://jsonpatch.com/" rel="nofollow">http:&#x2F;&#x2F;jsonpatch.com&#x2F;</a>