Repair common problems in JSON-like text
Paste JSON-like text to run a fixed set of repair rules and read every change that was applied. The repair never executes the input, nothing is uploaded, and text that still cannot be parsed fails with the parser's error instead of a guess.
Runs locally in your browserSafe repair is intentionally limited
The tool handles comments, trailing commas, single quotes, unquoted keys, smart quotes and common non-JSON literals. It never runs JavaScript, guesses missing business data, or silently hides an unrepaired parse error.