Documentation

Learn JSONFiddle by workflow

Short guides for viewing, querying, editing, converting, and exporting structured data in the browser.

JSONFiddle Documentation

JSONFiddle is a visual workspace for API responses, JSON files, webhook payloads, logs, CSVs, schemas, SQL experiments, and custom diagrams.

It is local-first by default: paste data and the browser does the work. When you choose cloud features such as workspace save or secure sharing, JSONFiddle asks before uploading workspace content to JSONFiddle cloud storage.

JSONFiddle editor overview The editor, visual canvas, and multi-view workspace in one screen.


Start With the Job


I am new to JSONFiddle

  1. Getting Started
  2. Workspaces & Sharing
  3. Keyboard Shortcuts

I have a large API response

  1. Large Files
  2. Grid View
  3. Query & Transform
  4. SQL on JSON

I need to debug or explain a payload

  1. Graph View
  2. Explorer View
  3. Grid View
  4. Export Options

I need a shareable artifact

  1. Workspaces & Sharing
  2. Custom Diagrams
  3. Export Options

I need privacy or support details

  1. Feedback & Privacy
  2. Workspaces & Sharing
  3. Large Files

Which View Should I Use?

TaskBest ViewWhy
See structure at a glanceGraphShows parent-child relationships and expandable branches.
Drill through nested fieldsExplorerTree and column layouts make deep navigation manageable.
Inspect arrays as rowsGridSource selection, nested tables, column selection, and CSV export.
Query with JSONPath/JQ/JSONataQuerySmart examples adapt to the current data and language.
Query multiple tablesSQLDuckDB runs in the browser against editor tabs and added sources.
Build architecture diagramsCustom diagramsJFDG supports nodes, groups, icons, fields, labels, and bendable edges.
Work with a very large fileGrid or QueryGraph and Explorer intentionally pause on large nested data.

Large-file note: Chunked Graph and Explorer rendering is planned for paid workspaces. Today, Grid and Query are the safest paths for multi-megabyte payloads.


Guide Map

AreaGuide
Workspace save, local sessions, secure share snapshotsWorkspaces & Sharing
Graph view, node style, edge style, layout, search, exportGraph View
Explorer tree/column browsing and path copyingExplorer View
Grid source picker, nested arrays, columns, filters, CSVGrid View
JSONPath, JQ, JSONata, and smart suggestionsQuery & Transform
DuckDB-powered SQL over JSON/CSV sourcesSQL on JSON
JFDG custom diagrams and templatesCustom Diagrams
All standalone utilities and convertersToolbox
Feedback reporting and safe diagnosticsFeedback & Privacy
File, diagram, CSV, package, and share exportsExport Options

Workflow Demos

Short recordings show common workflows with a visible cursor so you can follow the exact path through the interface.


Privacy Model

JSONFiddle is private by default because most payloads contain real operational data.

  • Local editor sessions stay in browser session storage.
  • Cloud workspace save requires sign-in and an explicit save action.
  • Share snapshots require confirmation before data is uploaded to JSONFiddle cloud storage.
  • Feedback reports collect safe diagnostics and intentionally exclude JSON source content.
  • Legacy diagram share links remain supported while workspace sharing rolls out.

Read Feedback & Privacy and Workspaces & Sharing before uploading sensitive data.