Format, validate, minify and inspect JSON in your browser. Find parsing errors, explore a tree view and export clean JSON without sending your data to PRBLEM.
JSON input
Paste JSON, type it or open a local .json file.
Formatted output
Syntax view, collapsible tree or JavaScript object.
Valid JSON will appear here with syntax highlighting.Invalid JSON
Clean and inspect JSON without uploading your data
Use PRBLEM to prettify API responses, validate configuration files, shrink JSON for transport, inspect nested structures and quickly locate syntax problems.
Paste or open JSON
Add JSON in the editor or choose a local .json file. Files are read in your browser.
Validate and format
Beautify, minify, recursively sort keys or inspect the exact line and column of parse errors.
Inspect and export
Switch between syntax, tree and JavaScript object views, then copy or download the result.
Included tools
FAQ
Does PRBLEM upload or store my JSON?
No. The JSON is processed locally by JavaScript in your browser tab.
Can it locate invalid JSON?
When the browser parser exposes a position, the tool converts it to a line and column and shows the affected line.
What does Sort keys do?
It alphabetically sorts keys in every object recursively. Array order is preserved.