/json local tool
JSON Formatter
Format JSON, inspect its structure and move from a tree node to an exact exportable JSONPath.
Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
- Working input
- Browser memory
- Cross-tool handoff
- Session only · 10 min
- URL payload
- Never
- Export
- Explicit action
Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.
Full privacy modelLoading tool...
01
How to use
- 01Paste your JSON into the input area on the left.
- 02Format, minify or recursively sort keys while preserving array order.
- 03Use Tree to copy a JSONPath or Path table to export every leaf.
02
FAQ
- Is my JSON sent to a server?
- No. All formatting and validation runs entirely in your browser using JavaScript. Nothing is uploaded.
- What is the difference between formatting and minifying?
- Formatting adds indentation and newlines so JSON is human-readable. Minifying removes all whitespace to reduce size, useful for production payloads.
- Why does my JSON fail to parse?
- Common issues are trailing commas, single quotes instead of double quotes, unquoted keys, or comments. Strict JSON does not allow any of those.
guides
Guides
03