What is GROQ?

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

GROQ is a query language for JSON. Just like SQL for databases or GraphQL, you construct a query, send it to a server, then the server returns only the data you requested. With GROQ, you expect to directly query JSON and the language will support many features to filter, projects, and construct the results exactly as you want.