Toolbox
The toolbox is the collection of focused utilities around the main workbench. Use it when you have a one-step task and do not need the full editor canvas.
Browse Tools
Open Tools from the workbench header or visit /tools. Tools are grouped by job:
| Category | Examples |
|---|---|
| Format | JSON Formatter, JSON Sorter, JSON Escape / Unescape |
| Compare | JSON Diff, JSON Merge Patch |
| Flatten | Flatten / Unflatten, JSON to Table |
| Query | Query Playground, JSON Path Finder, SQL on JSON |
| Generate | Type Generator, Mock Data |
| Validate | Schema Validator, JWT Decoder |
| Convert | JSON, YAML, XML, and CSV converters |
When to Use a Tool Instead of the Editor
Use a standalone tool when:
- You only need one conversion or validation.
- You want a compact split view for a specific operation.
- You are working with a pasted snippet instead of a workspace.
- You want a clean URL for a focused workflow.
Use the editor workspace when:
- You need multiple files or tabs.
- You want Graph, Explorer, Grid, and Query together.
- You need secure share snapshots.
- You want to save or reopen a full debugging session.
Converter Links
Converter shortcuts should take you to the relevant converter page, not the home page. If you need a converter that is not visible in the compact tools menu, use More converters to open the full tools index.
Tool Links vs. Share Snapshots
Copy tool link copies the current tool route only. It is safe because it does not include your data.
Use Create share snapshot when another person needs to see your actual workspace, file, query, or result. Snapshot creation asks for confirmation before uploading data.