Course lesson

What is GROQ?

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...

Duration
1 min
Access
Free
Transcript
Retained from source evidence

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.