Raw JSON

The raw JSON report renders the JSON response received from Neo4j directly. Use this report for debugging queries or to show the exact data types returned from Neo4j.

Examples

Raw JSON

MATCH (n)
RETURN COUNT(n)
Basic Value

Advanced settings

Name Type Default value Description

Auto-run query

on/off

on

If set, automatically runs the query when the report is displayed. Otherwise, the query is displayed and must be executed manually.

Report Description

Markdown text

If set, adds a button to the report header that opens a pop-up. The pop-up contains the rendered Markdown from this setting.