> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.revvue.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.revvue.ai/_mcp/server.

# JSON

GraphQL scalar

Arbitrary-JSON scalar exposed under the name `JSON`.

Behaves identically to graphene's GenericScalar, but is named `JSON` so it
federates with the Strawberry subgraphs (e.g. revvue-qr-handler) that emit a
`JSON` scalar for the same shared fields.

Reference: https://docs.revvue.ai/api-reference/surveys/types/scalars/json

## Definition

```graphql
scalar JSON
```