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.

We're open sourcing GROQ: A query language for JSON documents

13 pointsby pestkrankeralmost 6 years ago

2 comments

JeanSebTralmost 6 years ago
This is a really great complement to GraphQl.<p>Where GraphQl would be equivalent to explicit and strongly typed languages, GROQ allow for more flexibility.<p>You can, for instance, choose to select all field of an object and return your result in a different format than the schemas definition.
atombenderalmost 6 years ago
Exciting to see this. I was involved in the design and implementation of GROQ, and I&#x27;ve been really looking forward to the day when it could be turned into a real specification. Kudos to the Sanity team for doing this.